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

https://github.com/reimertz/ixd_anti-stress-band


https://github.com/reimertz/ixd_anti-stress-band

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

anti-stress-band
================

## Installation

Firstly, make sure you have node.js installed.

install project dependencies (dependencies located in package.json)
```javascript
npm install
```

then, run the server (it will be located on localhost:3000)
```javascript
node server.js
```