mertyildiran / mars-weather-insight

Mars weather insight app

Home Page:https://adrianapan.github.io/mars-weather-insight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mars weather insight

Mars weather insight app.

screenshot

Demo

https://adrianapan.github.io/mars-weather-insight

Installation

Local

  1. Clone the repository
  2. Run npm install
  3. Generate a NASA API key: https://api.nasa.gov
  4. Create a .env file in the root directory with the following information
REACT_APP_API_URL=your_nasa_api_key_here
  1. Run the app with npm start

Deployment

  1. Create a production build with npm run build
  2. For Node based environments:
  • Using serve:
npm install -g serve
serve -s build
  • Using Express:
npm install express
node server.js

Changelog

v0.1.0

  • First stable release

Credits

About

Mars weather insight app

https://adrianapan.github.io/mars-weather-insight


Languages

Language:JavaScript 77.5%Language:SCSS 14.9%Language:Jinja 6.6%Language:HTML 1.0%