Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 709 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 709 Bytes

strats-rescript

Lightweight standup calendar

This is an experiment building the same micro-app in multiple languages for a bake-off.

This app is the rescript version. There will also be one each for F#/Ocaml, which are other ML descendants.

build

First, install node. Then,

npm install

Finally, npm run build

run

node src/Demo.bs.js

api

The API is located at http://localhost:3000 by default, and offers these endpoints:

/today view today's schedule

/day/:day view schedule for day N

/schedule view yearly schedule

/liveness health check

/config view configuration