File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 3
3
![ cover] ( https://danieledep.github.io/rovers-dithering-playground/0-0.png )
4
4
5
5
## Neat, what is this?
6
- A dithering playground, built on the NASA APIs.
6
+ A dithering playground, built on the NASA APIs.
7
+ demo: [ https://danieledep.github.io/rovers-dithering-playground/ ] ( https://danieledep.github.io/rovers-dithering-playground/ )
8
+
9
+
10
+ ## Build
11
+
12
+ Download your own [ NASA API key] ( https://api.nasa.gov/ ) and enter it in: ` NasaApiKey.js `
13
+ Run in your terminal:
14
+
15
+ ```
16
+ npm run build
17
+ npm run dev
18
+ ```
7
19
8
- [ Sign up to the newsletter] ( https://tinyletter.com/danieledep )
9
20
10
21
## Credits
11
22
12
23
* the rovers pictures are downloaded through the [ NASA API] ( https://api.nasa.gov/#marsphotos ) and dithered locally
13
24
* data inputs use the great [ Tweakpane] ( https://cocopon.github.io/tweakpane/ )
14
25
15
26
## Follow for more
27
+ [ Sign up to the newsletter] ( https://tinyletter.com/danieledep )
16
28
[ twitter link] ( https://twitter.com/danieledep )
17
29
[ github link] ( https://github.com/danieledep )
18
30
You can’t perform that action at this time.
0 commit comments