[WIP] A proxy server for zulip api
git clone
npm install
- Run prettier with:
npm run lint
.
cp oauth_config.example.js oauth_config
vim oauth_config
At this stage, you need to visit the Zulip server that has the oauth branchh deployed
and create an app/get a token using: https://zulip.example.com/o/applications
. Use
http://localhost:3000/o/callback
as the callback url.
npm start
- Open http://localhost:3000 to begin the authentication flow.