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

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.

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
```