tiffany352 / rink-rs

Unit conversion tool and library written in rust
https://rinkcalc.app/about
GNU General Public License v3.0
442 stars 28 forks source link

Add a web API #77

Open tiffany352 opened 4 years ago

tiffany352 commented 4 years ago

It should be possible to run a Rink query using an API like

curl --get -d 'q=kWh/year -> W' https://rinkcalc.app/api/v1/query

(i.e.)

https://rinkcalc.app/api/v1/query?q=...

This might be helpful for people setting up custom bots for running Rink queries or whatever.