Home

Awesome

OpenWeather Proxy

OpenWeather Proxy is a simple project written in Rust to proxy the requests that goes from your app to OpenWeather. Note that this has a very specific use for Pock and its Weather Widget. There is also a full route currently not binded in Actix, that reflects the OpenWeather response.

Installation

Just clone this repository, and create a .env file based on the .env.example included.

Usage

docker-compose up -d

Right now this project has just one endpoint that can be used as below

http://HOST:PORT/condition?lat={latitude}&lon={longitude}&unit=[celsius, fahrenheit, kelvin]&name=...

License

MIT