Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joernroeder/nm-setup-workshop-crawler
https://github.com/joernroeder/nm-setup-workshop-crawler
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/joernroeder/nm-setup-workshop-crawler
- Owner: joernroeder
- Created: 2014-12-02T10:23:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-09T14:16:31.000Z (almost 10 years ago)
- Last Synced: 2023-03-23T10:40:20.741Z (over 1 year ago)
- Language: JavaScript
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nm-setup-workshop-crawler
=========================## setup
Setup database and run program
```
$ cd working-dir/src
$ redis-server
$ node index.js
```## tests
Start test suite
```
$ cd working-dir
$ mocha
```## coverage
Create coverage report
```
$ cd working-dir
$ mocha --reporter html-cov > coverage.html
```## post pull
Install dependencies
```
$ cd working-dir
$ npm install
```