0.1.7 • Published 6 years ago

react-adroll v0.1.7

Weekly downloads
183
License
MIT
Repository
github
Last release
6 years ago

react-adroll

React JS wrapper for Adroll Pixell

Install

npm install react-adroll

or

yarn add react-adroll

How to use

import ReactAdroll from 'react-adroll';

ReactAdroll.init('yourPixelIdGoesHere', 'yourAdvIdGoesHere', (debug = false));
ReactAdroll.recordUser('event_segment_id');

Dev Server

npm run start

Default dev server runs at localost:8080 in browser. You can set IP and PORT in webpack.config.dev.js

Production Bundle

npm run bundle

Follow me on Twitter: @GreggLuskin

0.1.7

6 years ago

0.1.6

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago