An informative application built from NASA data-sets encouraging users to explore asteroids and comets orbiting Earth, promoting a deeper understanding of Near Earth Objects, as well as past or potential impacts.
-This project is licensed under the MIT License - see the LICENSE.md file for details
#API Reference
- Asteroids - NeoWs API
- Sentry: Earth Impact Monitoring
- JPL Small-Body Database
- WISE NEA Discovery Statistics
- Create and activate a virtual environment using Python 3
cdinto the level ofsetup.pypip installthis package into your virtual environment.
#Testing:
pip install toxthis installs tox, a framework for standardized testing in python.pip install pytestthis installs testing framework used to test our platform.pytestto runs tests in only Python 3.6.toxto run tests for both versions of Python (2.7 and 3.6)
- Pyramid - The web framework used.
- Bokeh - Data visualization tool used.
- Bootstrap-For mobile responsive
- Heroku- Deployed to Internet with Heroku
- Adrienne Karnoski
- Chaitanya Narukulla
- Cody Dibble
- David Franklin
- The TAs and Nick for their extreme patience and help in debugging problems.
- Google for always being there to help fix issues
- Codepen for css styling