Meteorite Explorer is an application that provides users with the ability to explore meteorite strikes across the globe by searching the Meteorite Landing dataset on the Nasa Open Data Portal.
For development, you will only need Node.js and a node global package, Yarn, installed in your environement.
$ git clone https://github.com/sulenchy/meteorite-explorer
$ cd meteorite-explorer
$ npm install
$ npm start
$ npm build
- Express
- Javascript
- React
- nodejs