{"id":14988539,"url":"https://github.com/mskian/bicycle-tracking","last_synced_at":"2026-02-28T08:09:56.120Z","repository":{"id":240393307,"uuid":"802512871","full_name":"mskian/bicycle-tracking","owner":"mskian","description":"Bicycle Ride Tracker - Add Ride Name, Distance and Km 🚴.","archived":false,"fork":false,"pushed_at":"2024-07-02T06:49:16.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T11:48:28.744Z","etag":null,"topics":["bicycle","bulma","bulma-css","css","cycling","habits","html","javascript","json","localstorage","sports","tracker"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mskian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-05-18T14:00:27.000Z","updated_at":"2024-07-02T06:49:19.000Z","dependencies_parsed_at":"2024-05-18T15:24:23.201Z","dependency_job_id":"ede3e242-105f-4359-8f33-dcbc0d45b6cf","html_url":"https://github.com/mskian/bicycle-tracking","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"19c62ad14f1d3f0620c9bd53cba6ab58f8ab7c70"},"previous_names":["mskian/bicycle-tracking"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mskian/bicycle-tracking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fbicycle-tracking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fbicycle-tracking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fbicycle-tracking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fbicycle-tracking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mskian","download_url":"https://codeload.github.com/mskian/bicycle-tracking/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fbicycle-tracking/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29928264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bicycle","bulma","bulma-css","css","cycling","habits","html","javascript","json","localstorage","sports","tracker"],"created_at":"2024-09-24T14:16:54.086Z","updated_at":"2026-02-28T08:09:56.096Z","avatar_url":"https://github.com/mskian.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bicycle Ride Tracker 🚴\n\nBicycle Ride Tracker - Add Ride Name, Distance and Km.\n\n- HTML\n- Bulma CSS\n- Javascript\n- Chart.js\n- PHP PDO for API and Store Users Ride data into Database\n- MYSQL\n\n## Setup and Modification\n\n- `/api/` folder\n- Copy the SQL Query from `query.sql` file and Create Table for users and Ride data\n- Add API KEY and Database Details in `.env` file\n\n```env\nAPIKEY=xxxxxxxx\nDBHOST=localhost\nDBNAME=xxxxxxxxxx\nDBUSER=xxxxxxxxxxxx\nDBPASSWORD=xxxxxxxxxxxx\n```\n\n- Register New user\n\n```sh\ncurl --request POST \\\n  --url http://localhost:6004/api/new.php \\\n  --header 'Authorization: Bearer APIKEY' \\\n  --header 'Content-Type: application/json' \\\n  --data '{\n  \"username\": \"username\",\n  \"password\": \"password\"\n}\n'\n```\n\n- Approve users Manually from database : **1 for approved and 0 Not approved**\n- Done\n\n## Access and Add data\n\n- Just Login and Start adding your Ride Data\n\n```sh\n\n## Start PHP local server\nphp -S localhost:6004\n\n## Open URL\nhttp://localhost:6004/\n\n```\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskian%2Fbicycle-tracking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmskian%2Fbicycle-tracking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskian%2Fbicycle-tracking/lists"}