/Nearest-Asteroids-Elm

:telescope: An Elm based web app to retrieve data from Nasa based on today's nearest Asteroids from Earth :telescope:

Primary LanguageJavaScript

Nearest Asteroids Elm

Synopsis

Image Preview of Live Site

See live preview here

This app accesses NASA’s NeoWS API to retrieve nearest asteroids from earth based on today’s (or nearest days) data.

Install

To get running locally:

  • npm install to install node modules
  • npm run elm-install to install elm packages
  • npm run watch to build the css, compile the elm to js, run the dev server and watch for changes

(you can also run npm run watch:css and npm run watch:elm separately to watch for changes in css or elm code)