Mission control
https://bkahn-github.github.io/mission-control
A React.JS app that pulls down data from NASA's APIs
Usage
- Clone the repository.
$ git clone https://github.com/bkahn-github/mission-control.git
- Install the npm packages.
$ npm install
- Run the app locally
$ npm start
To deploy the app (I'm using github pages)
- Change homepage in
package.json.
"homepage": "http://[username].github.io/mission-control"
- Deploy the app
$ npm run deploy
Todo
Add more missions
- Insight https://github.com/KonradIT/insight-api
- NEO
- DONKI solar flares
- EPIC earth image
- Imagery at certain locations
Log in or sign up for Devpost to join the conversation.