https://github.com/dbox/spike-speedtest
https://github.com/dbox/spike-speedtest
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbox/spike-speedtest
- Owner: dbox
- Created: 2016-12-12T15:45:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-12T15:46:15.000Z (over 9 years ago)
- Last Synced: 2024-12-28T09:21:20.325Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# speedtest
spike speed test
## Setup
- make sure [node.js](http://nodejs.org) is at version >= `6`
- `npm i spike -g`
- clone this repo down and `cd` into the folder
- run `npm install`
- run `spike watch` or `spike compile`
## Testing
Tests are located in `test/**` and are powered by [ava](https://github.com/sindresorhus/ava)
- `npm install` to ensure devDeps are installed
- `npm test` to run test suite