Skip to content

julia-castro/command_line_weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

command_line_weather

Command line application that provides current, daily, hourly weather.

python version 3.4.3

This simple command line application uses only modules from the Python Standard Library, and no third-party Python packages.

  • argparse: parser for command-line options, arguments and sub-commands
  • urllib: open arbitrary resources by URL
  • concurrent.futures: provides a high-level interface for asynchonously executing callables
APIs used:
  • Google Maps Geocoding API
  • Dark Sky API
Clone down repo, run python3 weather.py -h (or --help) in terminal to see your options.

¯\_(ツ)_/¯

About

Command line application that provides current, daily, hourly weather

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages