https://github.com/benbjohnson/skybox.js
JavaScript library for Skybox web site tracking.
https://github.com/benbjohnson/skybox.js
Last synced: 10 months ago
JSON representation
JavaScript library for Skybox web site tracking.
- Host: GitHub
- URL: https://github.com/benbjohnson/skybox.js
- Owner: benbjohnson
- License: mit
- Created: 2014-03-10T14:31:37.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-09T22:28:16.000Z (almost 12 years ago)
- Last Synced: 2025-03-15T23:56:17.285Z (10 months ago)
- Language: JavaScript
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
skybox.js
=========
## Overview
Skybox.js is a JavaScript library for web site tracking using the [Skybox](https://github.com/skybox/skybox) project.
## Contributing
To setup the development environment, first install [Node](http://nodejs.org/)
and install the dependencies:
```sh
$ npm install
```
To run the tests, make sure you have [PhantomJS](http://phantomjs.org/)
installed and then run:
```sh
$ make test
```
To build the `skybox.js` and `skybox.min.js` files, run:
```sh
$ make skybox.js
```