Focus Group management API that can capture and replay user interaction to improve the UX in everything you build!
To use our API, there is a easy three-step process,
- Inject our script into the of your HTML page that you wish to track
https://cdn.rawgit.com/morpherious/client-template/master/script.js
- 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
- 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
- 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
- React/React-Router - The front end framework used
- Express - Server routing and Node.js setup
- MongoDB - Non relational database management system
Please check us out and submit issues/pull requests.
- Mustafa (https://github.com/morpherious)
- Jerry (https://github.com/j3rryj)
- Miranda (https://github.com/mm0nr0e)
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details