Skip to content

Instantly share code, notes, and snippets.

@hndrewaall
Created August 28, 2015 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hndrewaall/501b6d0e502a223329e9 to your computer and use it in GitHub Desktop.
Save hndrewaall/501b6d0e502a223329e9 to your computer and use it in GitHub Desktop.
Homework Assignment: Today's Weather

Homework Assignment: Today's Weather

The program should retrieve and display current weather conditions, using a supplied IP address to look up the location data. If no address is provided, use the user's public IP address. It should have a CLI, with any flags and parameters deemed appropriate. It should be a tool that others can easily use and modify.

The program should be written in Python, and should run on Python 2.7.3. You may use third party libraries from PyPI, but if so you must include a requirements.txt file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment