Metadata-Version: 2.1
Name: weatherusa
Version: 1.1.0
Summary: A Python package to get Weather data based on US Zip code 
Home-page: https://github.com/soumilshah1995/weatherUSA
Author: Soumil Nitin Shah
Author-email: soushah@my.bridgeport.edu
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: requests

# weatherUSA
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)]


# weatherUSA

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

## Installation

```bash
pip install weatherUSA
```
## Usage

```python
from  weatherUSA import *

w = Weather()
resp = r.weather_get(zip='06604')
print(resp)

```


## Authors

* **Soumil Nitin Shah** 

## License

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



