Skip to content

Landro3/weatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weatherApp

Python script for pulling and displaying weather data from the OpenWeatherMap API.

Steps to run the script:

  1. Subscribe and retrieve API key from OpenWeatherMap
  2. Create key.txt file in project root directory
  3. (Optional) Get seed for Timed One-Time Password (TOTP)
  4. Copy / Paste API key into first line of key.txt
  5. (Optional) Copy / Paste TOTP seed into second line of key.txt
  6. Adjust city name on line 182 of smartMirror.py
  7. Run the following command in the project root directory: python3 + name of file

About

Quick python exercise for pulling weather information from the wunderground API and displaying it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages