c-base / infoscreens

Information screens for c-base infodisplays
5 stars 2 forks source link

Create Infoscreen for next iss observation #24

Open ij0n opened 6 years ago

ij0n commented 6 years ago

Scrape this url and create a Infoscreen from the next or the next two opportunitys for observation

https://spotthestation.nasa.gov/sightings/view.cfm?country=Germany&region=None&city=Berlin#.W1EBBNCbGyU

FeliOdras commented 1 year ago

Hi @ij0n , your request has already quite an age, but since I'm currently fiddeling and playing around with some NASA api I think I can also have a look at this. Scraping an url is not the best the best way of retrieving data, especially if there is an api available that delivers the current position of the ISS with latitude and longitude data: http://api.open-notify.org/iss-now.json . So I will try to build something that meets your wish by using that api.