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

https://github.com/h2non/heatwatch-demo

HeatWatch proof of concept demo
https://github.com/h2non/heatwatch-demo

Last synced: 5 months ago
JSON representation

HeatWatch proof of concept demo

Awesome Lists containing this project

README

        

# heatwatch-demo

HeatWatch proof of concept demo powered by [heatwatch-server](https://github.com/h2non/heatwatch) and [heatwatch.js](https://github.com/h2non/heatwatch.js)

![heatwatch](https://github.com/h2non/heatwatch-demo/raw/master/screenshot.png "HeatWatch ScreenShot")

## Installation

To run this demo, you must setup a [heatwatch](https://github.com/h2non/heatwatch) server in you computer

Clone this repository
```bash
$ git clone https://github.com/h2non/heatwatch-demo.git
```
Install dependencies
```bash
$ npm install
```
```bash
$ bower install
```

Start the server
```bash
$ npm start
```

[Open](http://localhost:8088) the web in a browser

## License

MIT - Tomas Aparicio