https://github.com/circuit/survey-tracker
Post a survey to Circuit and track the results
https://github.com/circuit/survey-tracker
Last synced: about 1 year ago
JSON representation
Post a survey to Circuit and track the results
- Host: GitHub
- URL: https://github.com/circuit/survey-tracker
- Owner: circuit
- Created: 2018-10-11T18:38:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T14:58:00.000Z (over 3 years ago)
- Last Synced: 2025-02-09T20:33:22.370Z (over 1 year ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Circuit Survey Tracker
** Under construction
- App to post surveys to Circuit on your behalf
- Survey is shown using the new SDK forms feature
- Surveys are tracked server side in a json file
- Survey results shown in app, or downloadable as xlsx or json
App uses OAuth2 Authorization Code Grant type, and using the created access token the app remains connected to the SDK websocket on your behalf to receive survey answers.
In the future additional form elements will be supported, not only voting buttons.
## Setup
- Register your app (see https://circuit.github.io)
- Rename config.json.template to config,json and modify accordingly
- Run app using `npm start`