Mars weather insight app.
https://adrianapan.github.io/mars-weather-insight
- Clone the repository
- Run
npm install
- Generate a NASA API key: https://api.nasa.gov
- Create a
.env
file in the root directory with the following information
REACT_APP_API_URL=your_nasa_api_key_here
- Run the app with
npm start
- Create a production build with
npm run build
- For Node based environments:
- Using serve:
npm install -g serve
serve -s build
- Using Express:
npm install express
node server.js
- First stable release
- Artwork: https://www.vecteezy.com
- Icons: https://www.flaticon.com
- Intro: https://github.com/adolfintel/warpspeed