Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.48 KB

File metadata and controls

25 lines (19 loc) · 1.48 KB

c2w-lambda-users

Language grade: JavaScript Build Status codecov Conventional Commits

AWS Lambda function to persist user and club data to enjoy cycle2work.io.

After cloning the repository, run npm install or yarn to install all dependencies and yarn dev to start developing.

Env Vars

List of env vars and defaults:

Name Default
LOG_LEVEL debug
STRAVA_ACCESS_TOKEN
STRAVA_CLIENT_ID
STRAVA_CLIENT_SECRET
USERS_COLLECTION users
CLUBS_COLLECTION clubs
MONGODB_URL mongodb://localhost:27017/test
DB_NAME c2w-mongol