If you're seeing this, you're likely interested in the Gleam Programming Language! Please tread carefully when reading this code, there are a lot of experiments and things may look radically different from one day to the next. I'm very open to discussions, contributions, and ideas, but I can't promise any reciprocation, merging, or anything else from my end. Thanks for understanding!
This is the JSON API powering PriceFlow. For now, JSON responses are loosely adhering to the JSend specification.
- After cloning the repository, type
gleam run
to build and run the application, or if you havewatchexec
installed,make run
to run the application in watch mode.