aonemd / jazl-server

The backend for jazl, the GitHub issue based commenting system

Home Page:https://aonemd.github.io/jazl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jazl-server

A Nodejs server that fetches GitHub issue comments

Installation

  • Install yarn
  • Run yarn to install all the dependencies
  • Setup your ENV variables. Five ENV variables are needed:
    • GH_ACCESS_TOKEN: You can generate an access token here
    • GH_CLIENT_ID and GH_CLIENT_SECRET: obtained from the app you created here
    • OWNER: GitHub username
    • REPO: the name of your GitHub repository
  • To run the server, type yarn serve and open localhost:8001 in a browser

License

See LICENSE.

About

The backend for jazl, the GitHub issue based commenting system

https://aonemd.github.io/jazl/

License:MIT License


Languages

Language:JavaScript 99.4%Language:Procfile 0.6%