The application is a simple Node.js app that is used to send a daily report (reminders) of the openened BitBucket Pull Requests to your team
- Communicates with Bibucket API v2 using the BitbucketJs client
You can get the tools we depend upon via npm
, the node package manager
Simply do:
npm install
You should find that you have a new folder in your project:
node_modules
- contains the npm packages for the tools we need
You will need to setup the SMTP and BitBucket credentials in the settings.json file included in the app
npm start
Please report any issue here