{"id":23613781,"url":"https://github.com/teohrt/credo","last_synced_at":"2025-11-06T10:30:44.753Z","repository":{"id":93187720,"uuid":"169161364","full_name":"teohrt/CREDO","owner":"teohrt","description":"Go Coding Challenge","archived":false,"fork":false,"pushed_at":"2019-02-05T11:32:32.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-27T17:35:14.158Z","etag":null,"topics":["api","go","golang","interview","weather"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/teohrt.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":"2019-02-04T22:42:28.000Z","updated_at":"2019-02-05T11:35:25.000Z","dependencies_parsed_at":"2023-08-24T20:16:35.346Z","dependency_job_id":null,"html_url":"https://github.com/teohrt/CREDO","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/teohrt%2FCREDO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teohrt%2FCREDO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teohrt%2FCREDO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teohrt%2FCREDO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teohrt","download_url":"https://codeload.github.com/teohrt/CREDO/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239492907,"owners_count":19647994,"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":["api","go","golang","interview","weather"],"created_at":"2024-12-27T17:28:39.078Z","updated_at":"2025-11-06T10:30:44.674Z","avatar_url":"https://github.com/teohrt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Coding Challenge\n\n### Create an API with two endpoints:\n1. countcaps/{someString}\n    * Takes a string as input\n    * Returns the number of capital letters in the string.\n    * Write unit tests.\n 2. weather/favorites\n    *  Takes no input\n    * Looks up the weather in 5 zipcodes using openweather.org\n    * Use go routines\n    * Use channels\n    * Returns a JSON with an array of zipcode/tempature elements\n___\n## How do I run it?\n\n  - First things first: create a .env file at the root of the directory contatining the OWM_DEVELOPER_KEY\n  - While in the root of the directory, start the server with the following:\n```sh\n$ go run main.go\n```\n\n## Routes:\n* (GET) localhost:8080/api/weather/favorites\n* (GET) localhost:8080/api/countcaps/{word}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteohrt%2Fcredo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteohrt%2Fcredo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteohrt%2Fcredo/lists"}