Borgund / bunny-range

A bun project with express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bun-intervals

To install dependencies:

bun install

To run:

bun start

or with hot updates on changes.

bun dev

To run tests run

bun test

To build

bun run build

You can test the api by posting at: https://range.borgund.dev/intervals

Use body parameters in the post request

{
  "includes": ["200-300", "10-100", "400-500"],
  "excludes": ["410-420", "95-205", "100-150"]
}

About

A bun project with express


Languages

Language:TypeScript 98.0%Language:Dockerfile 2.0%