Shipped this project!
I have shipped v1.0.0. I read the votes and hopefully :fingers_crossed: , the issues have been ironed out. I now support numbers up to billions, and you can even put multipliers together like “one million billion” (you’ll get a HTTP 400 error if you cross the limit of 2^64). The README has all the stuff about the API so it is a lengthy read, but yeah! The API also now returns extremely specific errors like typo, malformed body, helping you debug if you’re actually using it in an app. I truly hope you love this project as much as I loved making it, and I totally loved losing sleep to make it :pf: . Have fun and any issues please lmk at [email protected] or making a github issue! This was my first ever backend project in my life so don’t expect it to be the best lol.
.
. The hardest part was the multiple multipliers like “one hundred million” since I used to do 1 * 100 and then it would add 1,000,000 which is obviously wrong. Now it works like a charm! Obviously there a few things to iron out before shipping v1.0.0 but most things are good!
. The time has come to give in to the serde gods.