UCL-RITS / rse-classwork-2020

4 stars 113 forks source link

Mocking exercise #97

Open alessandrofelder opened 3 years ago

alessandrofelder commented 3 years ago

Mocking a web service

There's a web service that gives you the times of when the ISS is visible from your location

A sample solution can be found here.

mxochicale commented 1 year ago

FYI @alessandrofelder http://open-notify.org/Open-Notify-API/ISS-Pass-Times/ > "This api has been removed." Therefore, print(iss_passes(51.5074, -0.1278)) # ISS passes over London results in

python times.py 
[]

Maybe exercise require to be refactored with http://open-notify.org/Open-Notify-API/ISS-Location-Now/