Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.17 KB

Watchful Eye - NeoWs Data Visualizer

Visualizing near-Earth objects using NASA APIs

Browse near-Earth objects by date using over one Century of NASA data

Watchful Eye Screenshot

Learn About Each Object

More Object Info Screenshot

Explore a data set that goes back to 1900 and forward to 2200+.

Thanks to open data from NASA

Info on NASA APIs.

NeoWs (Near Earth Object Web Service) is a RESTful web service for near earth Asteroid information. With NeoWs a user can: search for Asteroids based on their closest approach date to Earth, lookup a specific Asteroid with its NASA JPL small body id, as well as browse the overall data-set.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.