Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andremw/rate-limiter


https://github.com/andremw/rate-limiter

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

https://codingchallenges.fyi/challenges/challenge-rate-limiter/

# ReScript Project Template

The only official ReScript starter template. Clone this repo to get started.

This is the branch where you can use your output code in NodeJS. To use your output in the browser, do `git checkout -b browser origin/browser` to switch to the `browser` branch.

## Installation

```sh
npm install
```

## Build

- Build: `npm run res:build`
- Clean: `npm run res:clean`
- Build & watch: `npm run res:dev`

## Run

```sh
node src/Demo.bs.js
```