/find-meteorites

Demo project that uses data from NASA to locate nearby meteorite landings.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

find-meteorites

A demo project that uses Python and data from NASA to locate nearby meteorite landings.

Running

This project requires Python3 and the requests package.

python3 find_meteors.py

Install pipenv. Then:

pipenv install
pipenv run 'python meteors/find_meteors.py'