Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arun2002k/weatherpy

Weather/Temperature of Any region all around the world.
https://github.com/arun2002k/weatherpy

api openweathermap python3 requests weather-forecast

Last synced: about 1 month ago
JSON representation

Weather/Temperature of Any region all around the world.

Awesome Lists containing this project

README

        

# Weatherpy

A weather prediction python script which displays the temperature of any region all around the world.

## API Reference

#### Get API from

```http
https://openweathermap.org/
```

| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `api_key` | `string` | **Required**. Your API key |

## Installation

Install python package with pip command in terminal or command prompt.

```bash
pip install requests
```

## Running Tests

To run tests, run the following command

```bash
python weather.py
```