Skip to content

Commit

Permalink
git npm instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim-Mazurok committed Jan 11, 2020
1 parent 7c4d6e7 commit e8a8689
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Very basic (and sometimes ugly) but working example of Google Tasks API usage in


## Instructions:
1. `git clone https://github.com/Maxim-Mazurok/google-tasks-api-ts-example`
1. `cd google-tasks-api-ts-example`
1. `npm install`
1. Get Client ID and API key: [instructions](https://developers.google.com/tasks/quickstart/js#step_1_turn_on_the)
1. Set `CLIENT_ID` and `API_KEY` in [src/index.ts](src/index.ts)
1. Run `npm run compile` to compile TS to JS (`index.js` should appear in `dist` folder)
Expand Down

0 comments on commit e8a8689

Please sign in to comment.