{"id":25471290,"url":"https://github.com/dropdevrahul/exchange-rates-go","last_synced_at":"2026-07-02T11:34:28.766Z","repository":{"id":182972053,"uuid":"669410404","full_name":"dropdevrahul/exchange-rates-go","owner":"dropdevrahul","description":"Wrapper for https://exchangeratesapi.io/","archived":false,"fork":false,"pushed_at":"2023-07-22T13:33:19.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T17:39:51.162Z","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/dropdevrahul.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":"2023-07-22T07:25:38.000Z","updated_at":"2023-07-22T07:26:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a92ec4d-a770-4ee7-96d1-cfd0146cd001","html_url":"https://github.com/dropdevrahul/exchange-rates-go","commit_stats":null,"previous_names":["dropdevrahul/exchange-rates-go"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dropdevrahul/exchange-rates-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropdevrahul%2Fexchange-rates-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropdevrahul%2Fexchange-rates-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropdevrahul%2Fexchange-rates-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropdevrahul%2Fexchange-rates-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dropdevrahul","download_url":"https://codeload.github.com/dropdevrahul/exchange-rates-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropdevrahul%2Fexchange-rates-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35045923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"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":[],"created_at":"2025-02-18T09:38:01.100Z","updated_at":"2026-07-02T11:34:28.740Z","avatar_url":"https://github.com/dropdevrahul.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exchange Currencies Rate\nA go utility/library to fetch currencies using [exchangeratesapi.io](https://exchangeratesapi.io/)\nPlease register on this site to get an API Key\n\n\n## Dependencies \n\n- Database\n  - [sqlx](https://github.com/jmoiron/sqlx) to connect to db \n  - [goose](https://github.com/pressly/goose) for migration\n  - [lib-pq](https://github.com/lib/pq) as database driver\n\n- Please install goose globally to run migrations using\n```\ngo install github.com/pressly/goose/v3/cmd/goose@latest\n```\n\n## Run \n- copy .env.example file to .env and replace API_KEY with your own which can be obtained by the linked website above\n\n- Start the db using docker, please make sure docker is allowed to create /var/db/data directory, create the directory /var/db/data using sudo\n```\nsudo mkdir -p /var/db/data \nsudo chown -R $USER:$USER /var/db/data\ndocker compose up -d\n```\n\n- Migrate the Database\n```\nmake migrate-db\n```\n\n- Run the command\n```\nmake run\n```\n\nThis should fetch the details from the API and save them to DB and display the results from DB\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdropdevrahul%2Fexchange-rates-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdropdevrahul%2Fexchange-rates-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdropdevrahul%2Fexchange-rates-go/lists"}