Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shbatm/tracer-browser

Browserify-ed version of the tracer Node module.
https://github.com/shbatm/tracer-browser

Last synced: about 1 month ago
JSON representation

Browserify-ed version of the tracer Node module.

Awesome Lists containing this project

README

        

## tracer-browser: A Browserify-ied version of the [tracer](https://www.npmjs.com/package/tracer) Node.js Module

### Use:

1. Copy `/dist/tracer-bundle.js` to your site's source directory.
2. Include the following in your HTML page code:

```html

```

3. The `Tracer` global variable will be exposed, and you can use it just like if you used the following in your Node.JS file:

```js
const Tracer = require('tracer');
```

See the `tracer` [documentation](https://www.npmjs.com/package/tracer) for details on configuration.