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

https://github.com/caseywebdev/pollie

Demo project for Club AJAX presentation.
https://github.com/caseywebdev/pollie

Last synced: 3 months ago
JSON representation

Demo project for Club AJAX presentation.

Awesome Lists containing this project

README

        

# Pollie

Demo project for Club AJAX presentation.

## Setup

You'll need to have git, redis, and node (and npm) installed to run this project. The easiest way to do this is to install [Homebrew](http://brew.sh) and simply run `brew install git redis node`. After that...

```bash
git clone [email protected]:caseywebdev/pollie
cd pollie
npm install
make
```

And then visit/CURL `http://localhost:8080`