https://github.com/diversen/increment-timer
Simple nodejs object for doing auto-increment and auto-decrement
https://github.com/diversen/increment-timer
Last synced: about 1 year ago
JSON representation
Simple nodejs object for doing auto-increment and auto-decrement
- Host: GitHub
- URL: https://github.com/diversen/increment-timer
- Owner: diversen
- Created: 2017-07-19T10:13:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T13:36:54.000Z (about 9 years ago)
- Last Synced: 2025-06-15T08:04:56.267Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# increment-counter
Simple object for auto-increment and auto-decrement
## Install:
npm install --save increment-counter
## Code
See [index.js](index.js)
## Usage
See [test.js](test.js)
Or this example:
https://codepen.io/diversen/pen/gRNoPj
## License
MIT © [Dennis Iversen](https://github.com/diversen)