Skip to content

This tool uses Python and an API from openweathermap.org to look up weather information.

License

Notifications You must be signed in to change notification settings

mblackonline/weather-lookup-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

weather-lookup-tool

  • This simple tool uses Python and an API from openweathermap.org to look up basic weather information (e.g., current temperature, humidity, high/low temperature, etc.) using a country code and zip-code.

  • My code is based off of/adapted from a YouTube tutorial produced by LeMaster Tech at this link: https://youtu.be/kLNtdehfNrI.

  • I believe this was a great beginner’s project for getting started with learning how to use APIs in Python.

  • While completing this project, I also learned how to hide API keys using the dotenv Python module and .gitignore/.env files. (See this YouTube video from Jonathan Soma for a good explanation on using the dotenv Python module: https://youtu.be/YdgIWTYQ69A).

About

This tool uses Python and an API from openweathermap.org to look up weather information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages