This API https://jam-iss-tracker.herokuapp.com/api/v1/iss/sightings shows the International Space Station (ISS) sightings dates and times in Jamaica cities (Kingston, Montego Bay) by default.
Enter the following command to run the project on your local machine:
$ pip install -r requirements.txt
$ uvicorn main:app --reload
See https://jam-iss-tracker.herokuapp.com/docs for API documentation.
To filter on other countries use the following query parameters:
- country
- region
- city_names
See the following examples:
Example #1
Example #2