This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const ouraBaseUrl = 'https://api.ouraring.com/v1/' | |
| const ouraAccessToken = 'xxxx' | |
| const slackProfileUrl = 'https://slack.com/api/users.profile.set' | |
| const slackAccessToken = 'xxxx' | |
| const slackHooksUrl = 'xxxx' | |
| function main() { | |
| const readinessScore = getReadinessScore() |