Skip to content
forked from MichaNice/Spy

Spy is a modern tool to analysis user behavior

License

Notifications You must be signed in to change notification settings

prashantnkhunt/Spy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spy is a modern, open-source JavaScript tool to analysis users behavior for web applications. It can trace user's mouse and produce nice statistic data including clicks, scroll and other useful information.

Why Spy?

Spy is a lighweight but powerful tool, can be setup in just 30 seconds and you can immediately see the result. Ever be curious about how users browse your site? Just add one line of code and you can enjoy the happiness of better understanding visitors of your site!

Demo

Installation

npm install --save spy.js

How to use?

Put the code into your application, spy the users:

spy.start()
spy.upload('my-site-name')

Then behavior data will be uploaded and save automatically (in Firebase). When you want to see the result:

spy.show('my-site-name')

API

For the complete API and document, please see the Spy website.

Contribute

Contribution is welcome. For feature requests and bugs report, please open an issue or send apull request.

Build

npm install
gulp

License

MIT

About

Spy is a modern tool to analysis user behavior

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%