{"id":21726904,"url":"https://github.com/angelfire/skybikes","last_synced_at":"2026-05-20T04:38:34.176Z","repository":{"id":71332661,"uuid":"117009953","full_name":"Angelfire/skybikes","owner":"Angelfire","description":"Bicycle rental program","archived":false,"fork":false,"pushed_at":"2018-01-19T11:31:03.000Z","size":442,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T19:42:10.671Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Angelfire.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2018-01-10T20:57:26.000Z","updated_at":"2018-01-10T21:00:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"599cb337-ba07-45fa-9570-8f55ca8f2ffe","html_url":"https://github.com/Angelfire/skybikes","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/Angelfire%2Fskybikes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Angelfire%2Fskybikes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Angelfire%2Fskybikes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Angelfire%2Fskybikes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Angelfire","download_url":"https://codeload.github.com/Angelfire/skybikes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244706537,"owners_count":20496571,"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-26T03:41:10.110Z","updated_at":"2026-05-20T04:38:34.148Z","avatar_url":"https://github.com/Angelfire.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sky Bikes\n\n## Introduction\nThe city wants to put in place a new bicycle rental program for all citizens; the name of the program is Sky Bikes!\nHowever before going ahead with signing the contract, the mayor has mandated you to provide a visual prototype that\nwill simulate and explain the program, albeit on a simplified scale, to all stakeholders.\n\n## Requirements\n- Node 8.7.0 or above\n- NPM 5.4.2 or above\n\n## Structure\n```text\nskybikes/\n├── public/\n│── src/\n│   ├── components/\n│   ├── containers/\n│   ├── lib/\n│   ├── tests/\n```\n\n- `public` contains fake data for bike stations and users\n- `components` contains components\n- `containers` contains the main views\n- `lib` contain functions helpers\n- `tests` contains the functional tests (e2e)\n\n## Model\n`localstorage` and `sessionstorage` provides a powerful strategy for storage info into the client browser, the API it's incredible easy and allow us to have a quickly prototype with data persistence.\n\n## Install\nVia NPM:\n```\nnpm install\n```\n\n## Usage\nFor this prototype, there are 4 basic users, which you can use to log in: \n- **SysAdmin**: sysadmin@sb.co\n- **Citizen Worker**: sbworker@sb.co\n- **Banned user**: janedoe@citizens.co\n- **Regular user**: johndoe@citizens.co\n\nAlso, you can create your own users using the Register Form.\n\n## Run\nRun the project:\n```\nnpm start\n```\n\nRun the unit tests:\n```\nnpm test\n```\n\nRun the functiontal test:\n\n```\nnpm run test-e2e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelfire%2Fskybikes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangelfire%2Fskybikes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelfire%2Fskybikes/lists"}