Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andremw/rate-limiter
https://github.com/andremw/rate-limiter
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andremw/rate-limiter
- Owner: andremw
- Created: 2023-11-20T08:21:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-27T07:09:11.000Z (about 1 year ago)
- Last Synced: 2024-11-08T09:06:02.789Z (2 months ago)
- Language: ReScript
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```