Skip to content

BrokenSt0rm/openweather-proxy-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages