weatherusa

A Python package to get Weather data based on US Zip code


License
MIT
Install
pip install weatherusa==2.0.0

Documentation

[license]

Screen Shot 2019-10-26 at 4 57 15 PM

weatherUSA

This Library allows Developers to Get all weather data based on Zip code in json format

Installation

pip install weatherusa

Usage

import sys
from weatherusa.weatherusa import Weather

obj = Weather()
print(obj.weather_get(zip='06604'))

Authors

  • Soumil Nitin Shah

License

This project is licensed under the MIT License - see the LICENSE.md file for details