3 Forks
14 Stars
14 Watchers

sequentially

Sequentially is a library of temporal and frequency adverbs for JavaScript. It provides methods to queue a function for deferred or periodic execution, and to throttle the rate or number of times that a function can be called. You could think of it as a kind of memoization, where instead of caching the result it modifies when and whether a function is called.

How to download and setup sequentially

Open terminal and run command
git clone https://github.com/osteele/sequentially.git
git clone is used to create a copy or clone of sequentially repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with sequentially https://github.com/osteele/sequentially/archive/master.zip

Or simply clone sequentially with SSH
[email protected]:osteele/sequentially.git

If you have some problems with sequentially

You may open issue on sequentially support forum (system) here: https://github.com/osteele/sequentially/issues