Skip to content

crywolf/querystring-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

querystring-tracker

Quick Start

Prerequisites

  1. nodeJS >=5.0.0
  2. npm
  3. Redis

Install modules

$ npm install

Running the app

Start a Redis server on 127.0.0.1:6379, and then:

$ node app.js

or with forever module

$ ./node_modules/.bin/forever -m 5 app.js

or (if you have installed nodemon module)

$ nodemon app.js --ignore log/

Basic usage

$ curl -XGET -i -g "localhost:3000/track?pokus[key1]=cosi&foo=bar&baz=qux&baz=quux&corge&user[name][first]=George&user[email]=george@example.com&count=2"

Running tests

Start a Redis server on 127.0.0.1:6379, and then:

$ npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published