{"id":22832988,"url":"https://github.com/yezarela/parker","last_synced_at":"2025-07-16T02:32:06.875Z","repository":{"id":144060536,"uuid":"187327838","full_name":"yezarela/parker","owner":"yezarela","description":"Not peter parker, just a parker in Golang","archived":false,"fork":false,"pushed_at":"2019-05-18T10:05:18.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T02:20:06.530Z","etag":null,"topics":["go","interactive-shell"],"latest_commit_sha":null,"homepage":"","language":"Go","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/yezarela.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":"2019-05-18T07:29:01.000Z","updated_at":"2020-12-06T07:10:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc56997a-0033-4b6d-938a-2bc53f0cf1c2","html_url":"https://github.com/yezarela/parker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yezarela/parker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezarela%2Fparker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezarela%2Fparker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezarela%2Fparker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezarela%2Fparker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yezarela","download_url":"https://codeload.github.com/yezarela/parker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezarela%2Fparker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265477282,"owners_count":23773024,"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":["go","interactive-shell"],"created_at":"2024-12-12T21:11:18.776Z","updated_at":"2025-07-16T02:32:06.845Z","avatar_url":"https://github.com/yezarela.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parker\n\nNot peter parker, just a parker in Golang.\n\n## Getting Started\n\nThese instructions will guide you to know about the project and running this on your machine.\n\n### Prerequisites\n\nBefore started, please assure that your environment follows these specs:\n\n- Go version 1.12+\n- Linux/Unix Machine\n\nThe folder structure in this project is based on [aws-sdk-go/service](https://github.com/aws/aws-sdk-go/tree/master/service) directory structure. Each folder represents a package.\n\n- `cmd` folder contains handlers to handle commands given from interactive shell.\n- `park` folder contains the core algorithms to implement parker.\n- `utils` folder contains some helper functions.\n\nEach of the folders must contain a file named `errors.go` which declares the error types, and another file named `service.go` which is the core logic of the package.\n\n### Running\n\nTo run the app, you need to build the binary first, just run the following command\n\n```\nmake build / make b\n```\n\nNow, you can run the app\n\n```\nmake run\n```\n\nOr simply run this command to build and run with a single tap\n\n```\nmake\n```\n\nAfter you run this, it will display an interactive shell. These are list of available commands\n\n\u003cpre\u003e\n$ init   [cap]           initialize parker with given capacity\n$ park   [reg] [color]   park a car with reg number and color\n$ leave  [id]            remove a car from given slot id  \t\n$ get    [id]            get a car by slot id\n$ search [term]          search cars by reg number / color \n$ exit                   exit \n\u003c/pre\u003e\n\n## Running the tests\n\nTo run the unit tests, run this\n\n```\nmake test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyezarela%2Fparker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyezarela%2Fparker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyezarela%2Fparker/lists"}