Metadata-Version: 2.1
Name: weatherusa
Version: 2.0.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
import sys
from weatherusa.weatherusa import Weather

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


```


## Authors

* **Soumil Nitin Shah** 

## Soumil Nitin Shah 
Bachelor in Electronic Engineering |
Masters in Electrical Engineering | 
Master in Computer Engineering |

* Website : https://soumilshah.herokuapp.com
* Github: https://github.com/soumilshah1995
* Linkedin: https://www.linkedin.com/in/shah-soumil/
* Blog: https://soumilshah1995.blogspot.com/
* Youtube : https://www.youtube.com/channel/UC_eOodxvwS_H7x2uLQa-svw?view_as=subscriber
* Facebook Page : https://www.facebook.com/soumilshah1995/
* Email : shahsoumil519@gmail.com
* projects : https://soumilshah.herokuapp.com/project


Hello! I’m Soumil Nitin Shah, a Software and Hardware Developer based in New York City. I have completed by Bachelor in Electronic Engineering and my Double master’s in Computer and Electrical Engineering. I Develop Python Based Cross Platform Desktop Application , Webpages , Software, REST API, Database and much more I have more than 2 Years of Experience in Python


## License

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



