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: 1 day 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T01:18:26.000Z (over 1 year ago)
- Last Synced: 2025-03-14T18:20:06.369Z (4 months ago)
- Topics: api, openweathermap, python3, requests, weather-forecast
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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
```