Metadata-Version: 2.1
Name: NWS_API_check
Version: 1.0.1
Summary: Endpoint check for api.weather.gov
Author-email: Katie Grzybowski <katherine.dadamo@noaa.gov>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Description
Checks the response from endpoints at api.weather.gov, which will be used in the next version of forecast pages. For more information, see the [API Web Service](https://www.weather.gov/documentation/services-web-api) documentation. 

## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install.

```bash
pip install NWS-API-Check
```

## Usage
```bash
python api.py
```

## Input
The user is asked to choose between testing the development, QA/preview, or production URL.

## Prerequisites
* Python 3 
* Install modules: datetime, json, pytz, requests, urllib

## License

[MIT](https://choosealicense.com/licenses/mit/)
