Skip to content

Lightweight focus group management platform that can capture and replay user interaction on your site and improve the UX in everything you build

Notifications You must be signed in to change notification settings

TeamMJM/SpionIO

Repository files navigation

Spion IO



alt text



Focus Group management API that can capture and replay user interaction to improve the UX in everything you build!

Getting Started

To use our API, there is a easy three-step process,

  1. Inject our script into the of your HTML page that you wish to track
https://cdn.rawgit.com/morpherious/client-template/master/script.js
  1. Run our CLI in your directory and follow the commands to set up a MongoDB and import our controllers and models into your project directory
npm install create-spion
create-spion <enter-random-db-name-here>

or visit npmjs.com/create-spion

  1. Clone our interface from http://github.com/SpionIO and run the following in the directory.
npm install
npm run webpack
npm start

Now visit http://localhost:3000/dashboard

Features

  • Live - By establishing a connection through Websockets, we open a real-time, highly-concurrent stream of data between the developer's web page and our interface. This allows for a 'live' stream of the user's interaction and a display to check if a user is live on your site.
  • Storyboard - When managing click events and console log events, we extract strings from the developer's code or the user's console, respectively, and display each event as they happen, which when clicked, will expand to show the exact string of code that was seen.
  • Feedback - Our script also injects a feedback input section on the developer's website that allows users to supply feedback that will relay back to our interface for the developer to review and take into consideration.
  • Fullscreen - Says it all
  • Geolocation - Script will prompt for user's geolocation and our interface will display their location through the Google Maps API

Built With

Contributing

Please check us out and submit issues/pull requests.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Lightweight focus group management platform that can capture and replay user interaction on your site and improve the UX in everything you build

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •