chinaski
v0.0.1
Published
open source tracking pixel
Downloads
1
Readme
chinaski (work in progress)
<img src="localhost:9001/chinaski.gif?any=param" />
Tracking pixel web app that stores any GET parameter in your MongoDB.
Installation
$ npm install -g chinaski
$ NODE_ENV=local chinaski
Config
Setup an environment specific config file (e.g. config/local.js
) with the following content:
{
mongodb: 'mongodb://127.0.0.1:27017/tracking',
port: '9001'
}