[go: up one dir, main page]

Skip to content

usepriceflow/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PriceFlow API

Welcome

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!

What is this?

This is the JSON API powering PriceFlow. For now, JSON responses are loosely adhering to the JSend specification.

Installation

  1. After cloning the repository, type gleam run to build and run the application, or if you have watchexec installed, make run to run the application in watch mode.