Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgaunet/ratelimit
Golang library to handle rate limit
https://github.com/sgaunet/ratelimit
golang ratelimit
Last synced: 2 months ago
JSON representation
Golang library to handle rate limit
- Host: GitHub
- URL: https://github.com/sgaunet/ratelimit
- Owner: sgaunet
- License: mit
- Created: 2022-05-17T19:39:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T18:47:48.000Z (5 months ago)
- Last Synced: 2024-08-04T20:43:56.126Z (5 months ago)
- Topics: golang, ratelimit
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Go Report Card](https://goreportcard.com/badge/github.com/sgaunet/ratelimit)](https://goreportcard.com/report/github.com/sgaunet/ratelimit)
[![GitHub release](https://img.shields.io/github/release/sgaunet/ratelimit.svg)](https://github.com/sgaunet/ratelimit/releases/latest)
![GitHub Downloads](https://img.shields.io/github/downloads/sgaunet/ratelimit/total)
[![Maintainability](https://api.codeclimate.com/v1/badges/eddae1359ceb80add799/maintainability)](https://codeclimate.com/github/sgaunet/ratelimit/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/eddae1359ceb80add799/test_coverage)](https://codeclimate.com/github/sgaunet/ratelimit/test_coverage)
[![GoDoc](https://godoc.org/github.com/sgaunet/ratelimit?status.svg)](https://godoc.org/github.com/sgaunet/ratelimit)
[![License](https://img.shields.io/github/license/sgaunet/ratelimit.svg)](LICENSE)# ratelimit
Just a little library to handle rate limit. Its use is very easy, an example can be found in the example folder.
**There are no tests, avoid to use it for now. I'm not working enough on it.**# DEBUG
```
export RATELIMIT_LOGLEVEL=debug
```