Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deprecate/metal-debounce
https://github.com/deprecate/metal-debounce
metal
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deprecate/metal-debounce
- Owner: deprecate
- License: other
- Archived: true
- Created: 2015-12-14T16:24:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T16:36:11.000Z (over 8 years ago)
- Last Synced: 2024-08-04T13:01:22.630Z (6 months ago)
- Topics: metal
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-metaljs - Metal Debounce
README
# metal-debounce
Metal's debounce utility
## Setup
1. Install NodeJS >= [v0.12.0](http://nodejs.org/dist/v0.12.0/), if you don't have it yet.
2. Install global dependencies:
```
[sudo] npm install -g gulp
```3. Install local dependencies:
```
npm install
```4. Build the code:
```
gulp build
```