Skip to content

microfeedback/microfeedback-github

Repository files navigation

microfeedback-github

Build Status

Deploy to now Deploy to Heroku

An easily-deployable microservice for collecting user feedback as GitHub issues.

Documentation

https://microfeedback.js.org/backends/microfeedback-github/

Development

  • Fork and clone this repo. cd into the project directory.
  • npm install
  • Copy .env.example: cp .env.example .env
  • (Optional) Update GH_TOKEN in .env.
  • To run tests: npm test
  • To run the server with auto-reloading and request logging: npm run dev

Debugging in tests with iron-node

Add debugger statements, then run the following:

npm i -g iron-node
npm run test:debug

Related

License

MIT Licensed.