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

https://github.com/darnfish/stegolo

forEach, but staggered
https://github.com/darnfish/stegolo

Last synced: 12 months ago
JSON representation

forEach, but staggered

Awesome Lists containing this project

README

          

# Stegolo
forEach, but staggered

## Installation
You already know bro

## Usage
```js
import Stegolo from 'stegolo'

const stegolo = new Stegolo([1, 2, 3], { limit: 2, interval: '1h' })

stegolo.many(items => {
// hour 0, items = [1, 2]
// hour 1, items = [3]
})

stegolo.start()
```

## Licence
Steal this shit I don't care