Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arun2002k/weatherpy
- Owner: arun2002k
- Created: 2023-11-16T01:26:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T01:18:26.000Z (about 1 year ago)
- Last Synced: 2024-01-29T10:11:32.252Z (11 months ago)
- Topics: api, openweathermap, python3, requests, weather-forecast
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 TestsTo run tests, run the following command
```bash
python weather.py
```