A Dubtrack Bot using DubAPI
Note - Windows 10 users may need to npm install --global --production windows-build-tools
first
npm install
serviceAccountCredentials.json
and place it inside the private folder. It's in the Permissions settings somewhere. Firebase Console for your project -> Permissions -> Service Accounts -> Create Service Account, then follow the steps, give it "project -> editor" permissions, then download and rename the JSON it provides.settings.js
, see README.md in /private for more details, replacing each variable with your credentials and place that inside the private
folder as wellnode index
TODO: include PM2 instructions here