A simple single page React application which utilizes the NeoWs RESTful API provided by NASA. The Near Earth Object App provides details about today's asteroids including the closest object to Earth, the next asteroid that will appear, and any potentially hazardous asteroids that may appear today.
Install dependencies:
$ npm installUpdate the API URL and key environment variables in the .env file and then run the project with:
$ npm start