https://github.com/adrianapan/mars-weather-insight
Mars weather insight app
https://github.com/adrianapan/mars-weather-insight
api css3 d3js html5 javascript nasa-api nodejs reactjs semantic-ui
Last synced: 3 months ago
JSON representation
Mars weather insight app
- Host: GitHub
- URL: https://github.com/adrianapan/mars-weather-insight
- Owner: AdrianApan
- Created: 2020-04-21T16:21:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T17:26:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T09:14:40.865Z (5 months ago)
- Topics: api, css3, d3js, html5, javascript, nasa-api, nodejs, reactjs, semantic-ui
- Language: JavaScript
- Homepage: https://adrianapan.github.io/mars-weather-insight
- Size: 4.41 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Mars weather insight
Mars weather insight app.

## Demo
[https://adrianapan.github.io/mars-weather-insight](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](https://api.nasa.gov)
3. Create a `.env` file in the root directory with the following information```
REACT_APP_API_URL=your_nasa_api_key_here
```4. 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
* Artwork: [https://www.vecteezy.com](https://www.vecteezy.com)
* Icons: [https://www.flaticon.com](https://www.flaticon.com)
* Intro: [https://github.com/adolfintel/warpspeed](https://github.com/adolfintel/warpspeed)