orbitbot / nasastats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nasastats

Explore the NASA NEO API

API information: https://api.nasa.gov/api.html#neows-feed


Demo


This repository

    assets/   <-- static assets for web client
    config/   <-- build/development scripts
    docs/     <-- build folder, automatically generated
    src/      <-- web client source

Usage

Check out the Demo or install or run the project locally. Select a date range and press "Load dataset" to fetch data from the API. Once the request has completed, select one to view the retreived data and some calculated information based on the current set. Downloaded data will be stored in localstorage. If you exhaust your request quota, you can request an API key that can be entered on the webpage to be able to load more data by visiting https://api.nasa.gov/index.html#apply-for-an-api-key .


Development setup

Install NPM dependencies with

$ npm install

After installing the dependencies, you can run a HMR-enabled dev server with

$ npm run dev

Make a final build with

$ npm run build

License

MIT your heart out

About

License:MIT License


Languages

Language:JavaScript 59.7%Language:CSS 37.8%Language:HTML 2.5%