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

https://github.com/dherault/waita

Wait for n milliseconds then continue
https://github.com/dherault/waita

Last synced: 2 months ago
JSON representation

Wait for n milliseconds then continue

Awesome Lists containing this project

README

          

# waita

Wait for n milliseconds then continue

## Usage

Wait for 1000 milliseconds:

`npx waita 1000`

Install as a dev dependency:

`npm i -D waita`

Install as a global dependency:

`npm i -g waita`

Then you can do:

`waita 5000`

## License

MIT