Skip to content

ClearMeasureLabs/HarvestLoggerAlexaSkill

Repository files navigation

HarvestLoggerAlexaSkill

Alexa Skill for logging time to Harvest

Requirements

  • NodeJS
  • Yarn
  • Serverless Framework
  • AWS account & Amazon Developer account

Intro

This project is written in TypeScript and uses Yarn for package management.

It also leverages the Serverless Framework for fast deployment. Serverless takes care of spinning up all the infrastructure for you, all you have to do is configure it to use your AWS account.

Setup

  • Install Node, Yarn, and Serverless
  • Configure Serverless to use your AWS credentials
  • Restore the Node modules: yarn install
  • Deploy to AWS: serverless deploy

For the time being, you must hard-code your Harvest API token. TODO: Implement OAuth.

To be continued...

About

Alexa Skill for logging time to Harvest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published