Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdclarkelab/jamaica-iss-tracker-api
Jamaica International Space Station (ISS) sightings period API using Python and FastAPI
https://github.com/sdclarkelab/jamaica-iss-tracker-api
api beautifulsoup4 gunicorn heroku international-space-station jamaica openapi python sightings uvicorn webscraping
Last synced: 22 days ago
JSON representation
Jamaica International Space Station (ISS) sightings period API using Python and FastAPI
- Host: GitHub
- URL: https://github.com/sdclarkelab/jamaica-iss-tracker-api
- Owner: sdclarkelab
- Created: 2021-09-22T21:24:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T20:14:18.000Z (about 3 years ago)
- Last Synced: 2023-03-07T21:44:57.139Z (almost 2 years ago)
- Topics: api, beautifulsoup4, gunicorn, heroku, international-space-station, jamaica, openapi, python, sightings, uvicorn, webscraping
- Language: Python
- Homepage: https://jam-iss-tracker.herokuapp.com/api/v1/iss/sightings
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jamaica-iss-tracker-api
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.
## How to run
Enter the following command to run the project on your local machine:
```sh
$ pip install -r requirements.txt
$ uvicorn main:app --reload
```## Documentation
See https://jam-iss-tracker.herokuapp.com/docs for API documentation.## Query Format
To filter on other countries use the following query parameters:
* country
* region
* city_namesSee the following examples:
> Example #1
>
> https://jam-iss-tracker.herokuapp.com/api/v1/iss/sightings?country=Canada®ion=Ontario&city_names=Toronto> Example #2
>
> https://jam-iss-tracker.herokuapp.com/api/v1/iss/sightings?country=Jamaica®ion=None&city_names=Kingston,Montego_Bay