Skip to content

cycle2work/c2w-lambda-api-dashboard

Repository files navigation

c2w-lambda-api-dashboard

Language grade: JavaScript Build Status codecov Conventional Commits

AWS Lambda function to expose dashboard data and 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
PROCESSED_ACTIVITIES_COLLECTION processed-activities
MONGODB_NAME test
MONGODB_URL mongodb://localhost:27017/test?retryWrites=true&w=majority