Skip to content

La-Lojban/sutysisku-reporter

 
 

Repository files navigation

sutysisku-reporter

Build Status

Deploy with Vercel Deploy to Heroku

An easily-deployable microservice for collecting user feedback from la sutysisku 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, REPO 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.

About

An easily-deployable feedback microservice that posts GitHub issues on a given repo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Shell 0.4%