Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freeformz/tick
https://github.com/freeformz/tick
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/freeformz/tick
- Owner: freeformz
- Created: 2013-09-29T17:58:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-29T19:06:00.000Z (over 11 years ago)
- Last Synced: 2024-12-24T06:47:45.900Z (10 days ago)
- Language: Go
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Used in [log-shuttle](http://github.com/heroku/log-shuttle) integration testing
## Usage
```bash
heroku create -b https://github.com/kr/heroku-buildpack-go.git
heroku config:set DURATION=100ms # default
git push heroku master
```