Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated readme file.
  • Loading branch information
mblackonline authored Oct 20, 2022
1 parent 45ec418 commit 2111740
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 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. <br>

- This code was based off of/adapted from a YouTube tutorial produced by LeMaster Tech at this link: https://youtu.be/kLNtdehfNrI.
- 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).

0 comments on commit 2111740

Please sign in to comment.