Skip to content

A simple python script to showcase the use of the requests package to access REST APIs

Notifications You must be signed in to change notification settings

lcofre/pyweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyweather

A simple python script to showcase the use of the requests package to access REST APIs

$ virtualenv --python=python3 env
$ source env/bin/activate
$ pip install requirements.txt
$ ./pyweather.py

About

A simple python script to showcase the use of the requests package to access REST APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages