juangesino / pixly

Measure page views by embedding invisible pixels.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixly

Pixels everywhere



About

Measure page views simply by embedding invisible pixels everywhere.

Setup

  1. Install Meteor

    On Linux & Mac:

    > curl https://install.meteor.com/ | sh

    This will setup Meteor (including Node and Mongo if necessary).

    Note: Windows users must download installer.

  2. Clone Repository

    > git clone https://github.com/juangesino/pixly.git
    > cd pixly
  3. Install Dependencies

    If you have npm installed:

    > npm install

    If you only have meteor:

    > meteor npm install
  4. Run

    While in repository directory run:

    > meteor run

    Load browser and go to http://localhost:3000/

Deploy

Heroku

Follow these steps to deploy the Meteor app on Heroku.

Contributing

  1. Fork it ( https://github.com/juangesino/pixly/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

See MIT-LICENSE.

About

Measure page views by embedding invisible pixels.

License:MIT License


Languages

Language:HTML 45.9%Language:JavaScript 34.0%Language:CSS 20.0%