The Wayback Machine - https://web.archive.org/web/20201115015210/https://github.com/microfeedback/microfeedback-github
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

You can’t perform that action at this time.