Simple application where you can search for a location that interests you and see it satellite photo from NASA :)
install dependencies if necessary:
and then:
- create .env
- define REACT_APP_MAPBOXGL_ACCESS_TOKEN in .env
- define REACT_APP_NASA_ACCESS_KEY in .env
AN ACCESS KEYS ARE REQUIRED FOR CORRECT OPERATION OF THE APPLICATION.
-
Mapbox To receive it, it is required to create an account on the website: https://account.mapbox.com
-
NASA The key can be generated on the site: https://api.nasa.gov
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Łukasz Sobel