michael4180 / WeatherApp

0 stars 0 forks source link

decide upon what API and run a function to retrieve data from the api #1

Closed bbelderbos closed 6 months ago

bbelderbos commented 7 months ago

This is a pretty common one: https://openweathermap.org/current, which we also recommended here: https://pybites.circle.so/c/pybites-developer-init-pdi-program/sections/117391/lessons/394359

We can use this issue to list the data you want to retrieve from it.

bbelderbos commented 7 months ago

Please make a new branch, write a function to query the api and retrieve data, commit it and push it to github, then open a pull request so I can review ...