Harvey brings Harvest time tracking into Slack to get your team quickly and easily tracking their hours and keep your projects running smoothly.
- Setup your AWS Credentials
- Install Serverless.js
> npm install -g serverless
- Download and configure Harvey
> git clone git@github.com:invokemedia/harvey-serverless.git
> cd harvey-serverless
> npm install
> cp serverless.yml.example serverless.yml
- Test locally before deploying
> sls invoke local -f harvey
- Deploy to AWS 🎉
> sls deploy
Visit the Harvest Developer Tools and create a new Personal Access Token to give Harvey access to your time entries in Harvest.
Setup a Slack Incoming Webhook for Harvey to communicate with your Slack channel.
We are sorry to see you go 👋
> sls remove
Harvey is open-source software licensed under the MIT license.