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

https://github.com/justkesha/owm-api-wrapper

Custom Python 3.10 wrapper around OpenWeatherMap API
https://github.com/justkesha/owm-api-wrapper

api-wrapper bot bots discord discord-bot openweathermap openweathermap-api owm owm-api package pet-project pet-projects python python-package python3 wrapper wrapper-library

Last synced: 9 months ago
JSON representation

Custom Python 3.10 wrapper around OpenWeatherMap API

Awesome Lists containing this project

README

          

# Custom [Open Weather Map API](https://openweathermap.org/api) Wrapper

This is a custom Python 3.10 wrapper around the [OWM API](https://openweathermap.org/api),

It was created specifically to be used for [this weather bot repository](../../../discord-owm-bot).

> [!NOTE]
> This repo was created for mainly learning purposes,
> this is one of the reasons why "from-skratch" solutions were implemented.

### Features

- More custom data & formats generated on fly
- Many ready to use descriptive strings in [English](weather/english.json)
- Easily & highly customizable icon sets
- Color codes for each weather condition & temperature

### License

This repo uses MIT license, you can read more in the [LICENSE](LICENSE) file.