{"id":25804898,"url":"https://github.com/umarquez/cryptocoins-go-challenge","last_synced_at":"2025-02-27T18:54:51.939Z","repository":{"id":279783419,"uuid":"939796094","full_name":"umarquez/cryptocoins-go-challenge","owner":"umarquez","description":"Solution implemented by @umarquez (see README for additional details).","archived":false,"fork":false,"pushed_at":"2025-02-27T14:02:10.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T16:15:07.953Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/umarquez.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":"2025-02-27T05:52:24.000Z","updated_at":"2025-02-27T14:02:14.000Z","dependencies_parsed_at":"2025-02-27T16:20:16.491Z","dependency_job_id":"0632006a-e6bc-40f2-bad4-e04d9526d81f","html_url":"https://github.com/umarquez/cryptocoins-go-challenge","commit_stats":null,"previous_names":["umarquez/cryptocoins-go-challenge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umarquez%2Fcryptocoins-go-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umarquez%2Fcryptocoins-go-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umarquez%2Fcryptocoins-go-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umarquez%2Fcryptocoins-go-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umarquez","download_url":"https://codeload.github.com/umarquez/cryptocoins-go-challenge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241046032,"owners_count":19899765,"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":"2025-02-27T18:54:51.439Z","updated_at":"2025-02-27T18:54:51.928Z","avatar_url":"https://github.com/umarquez.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cryptocoins Go challenge\n\n## Requirements:\n\n#### Layout\n\n```json\n[\n    {\n        \"id\": 1,\n        \"component\": \"crypto_btc\",\n        \"model\": {}\n    },\n    {\n        \"id\": 2,\n        \"component\": \"crypto_eth\",\n        \"model\": {}\n    },\n    {\n        \"id\": 3,\n        \"component\": \"crypto_xrp\",\n        \"model\": {}\n    }\n]\n```\n\n#### Model\n\n```json\n{\n    \"date\": \"2025-02-26T17:00:00\",\n    \"name\": \"Bitcoin\",\n    \"ticker_symbol\": \"BTC\",\n    \"price\": {\n        \"usd\": 123.456,\n        \"mxn\": 123.456\n    }\n}\n```\n\n### ACs\n\n#### API\n- design the endpoint\n- simulate provider to obtain the JSON with the configuration of the components\n- implement provider to obtain the values of the cryptocurrencies\n    - coinmarketcap\n    - coinbase\n    - coingecko\n    - whichever is available and free\n- obtain the values of the cryptocurrencies concurrently and deposit the values in their respective model\n- use best practices and known conventions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumarquez%2Fcryptocoins-go-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumarquez%2Fcryptocoins-go-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumarquez%2Fcryptocoins-go-challenge/lists"}