{"id":20141522,"url":"https://github.com/michaelborn/cbstrava","last_synced_at":"2026-02-06T10:09:04.591Z","repository":{"id":86836203,"uuid":"366544245","full_name":"michaelborn/cbStrava","owner":"michaelborn","description":"ColdBox CFML integration with the Strava API","archived":false,"fork":false,"pushed_at":"2021-05-12T02:08:33.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-13T10:28:09.017Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ColdFusion","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelborn.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-12T00:11:07.000Z","updated_at":"2021-05-12T02:08:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"233f50a1-97a0-44d7-9db7-6c486eef363c","html_url":"https://github.com/michaelborn/cbStrava","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FcbStrava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FcbStrava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FcbStrava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FcbStrava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelborn","download_url":"https://codeload.github.com/michaelborn/cbStrava/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241586475,"owners_count":19986560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T21:57:37.864Z","updated_at":"2026-02-06T10:08:59.549Z","avatar_url":"https://github.com/michaelborn.png","language":"ColdFusion","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Strava API Client for ColdBox\n\n## Getting Started\n\n1. Create a new Strava application by going to https://www.strava.com/settings/api\n2. Set the `STRAVA_CLIENT_ID` and `STRAVA_CLIENT_SECRET` environment variables OR `moduleSettings.cbStrava.client_id` and `moduleSettings.cbStrava.client_secret` coldbox settings to configure\n\nOnce this is done, you should be ready to utilize cbStrava in your application.\n\n## Configuration\n\nTwo options for configuring `cbStrava`:\n\n1. via ColdBox ModuleSettings\n2. via environment variables\n\n### ColdBox ModuleSettings\n\n```js\nmoduleSettings = {\n  cbStrava : {\n    client_id : \"xyz_DO_NOT_SHARE\",\n    client_secret : \"xyz_I_AM_SECRET\"\n  }\n}\n```\n\n### Environment Variables\n\nCreate a `.env` file and configure the following environment variables. Use Docker or [commandbox-dotenv](https://forgebox.io/view/commandbox-dotenv) to load these environment variables into your ColdBox app.\n\n```bash\nSTRAVA_CLIENT_ID=xyz_DO_NOT_SHARE\nSTRAVA_CLIENT_SECRET=xyz_I_AM_SECRET\n```\n\n## oAuth Flow\n\nBe aware your app will need to support the full oAuth flow. That means adding an \"Authorize Strava\" button in your app and implementing a callback API endpoint.\n\nSee docs:\n\nhttps://developers.strava.com/docs/getting-started/\n\n## The Good News\n\n\u003e For all have sinned, and come short of the glory of God ([Romans 3:23](https://www.kingjamesbibleonline.org/Romans-3-23/))\n\n\u003e But God commendeth his love toward us, in that, while we were yet sinners, Christ died for us. ([Romans 5:8](https://www.kingjamesbibleonline.org/Romans-5-8))\n\n\u003e That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved. ([Romans 10:9](https://www.kingjamesbibleonline.org/Romans-10-9/))\n \n## Repository\n\nCopyright 2021 (and on) - [Michael Born](https://michaelborn.me/)\n\n* [Homepage](https://github.com/michaelborn/cbStrava/)\n* [Issue Tracker](https://github.com/michaelborn/cbStrava/issues?status=new\u0026status=open)\n\n[![cfmlbadges](https://cfmlbadges.monkehworks.com/images/badges/made-with-cfml.svg)](https://cfmlbadges.monkehworks.com) [![cfmlbadges](https://cfmlbadges.monkehworks.com/images/badges/tested-with-testbox.svg)](https://cfmlbadges.monkehworks.com) [![cfmlbadges](https://cfmlbadges.monkehworks.com/images/badges/powered-by-coffee.svg)](https://cfmlbadges.monkehworks.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelborn%2Fcbstrava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelborn%2Fcbstrava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelborn%2Fcbstrava/lists"}