Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joernroeder/nm-setup-workshop-crawler


https://github.com/joernroeder/nm-setup-workshop-crawler

Last synced: about 4 hours ago
JSON representation

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
```