{"id":18716611,"url":"https://github.com/timothyye/exchangerate","last_synced_at":"2025-10-04T23:11:04.498Z","repository":{"id":144203686,"uuid":"143125119","full_name":"TimothyYe/exchangerate","owner":"TimothyYe","description":"A command-line tool to query exchange rate.","archived":false,"fork":false,"pushed_at":"2021-11-03T08:40:41.000Z","size":3156,"stargazers_count":33,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-01T05:25:07.943Z","etag":null,"topics":["exchange-rate","exchange-rates"],"latest_commit_sha":null,"homepage":"https://timothyye.github.io/exchangerate/","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/TimothyYe.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,"zenodo":null}},"created_at":"2018-08-01T08:13:31.000Z","updated_at":"2024-12-20T12:06:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"2df295e5-8874-4575-b689-0c1b76d9276b","html_url":"https://github.com/TimothyYe/exchangerate","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/TimothyYe/exchangerate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyYe%2Fexchangerate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyYe%2Fexchangerate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyYe%2Fexchangerate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyYe%2Fexchangerate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimothyYe","download_url":"https://codeload.github.com/TimothyYe/exchangerate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyYe%2Fexchangerate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278386130,"owners_count":25978113,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"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":["exchange-rate","exchange-rates"],"created_at":"2024-11-07T13:13:11.840Z","updated_at":"2025-10-04T23:11:04.491Z","avatar_url":"https://github.com/TimothyYe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n _                              _             \n|_     _ |_   _. ._   _   _    |_)  _. _|_  _ \n|_ \u003e\u003c (_ | | (_| | | (_| (/_   | \\ (_|  |_ (/_\n                      _|    \n```\n[![Build Status][1]][2] [![Go Report Card][7]][8] [![GoDoc][9]][10]\n\n[1]: https://travis-ci.org/TimothyYe/exchangerate.svg?branch=master\n[2]: https://travis-ci.org/TimothyYe/exchangerate\n[7]: https://goreportcard.com/badge/github.com/timothyye/exchangerate\n[8]: https://goreportcard.com/report/github.com/timothyye/exchangerate\n[9]: https://godoc.org/github.com/TimothyYe/exchangerate?status.svg\n[10]: https://godoc.org/github.com/TimothyYe/exchangerate\n\nA simple command-line tool to query exchange rate.\n\n![](https://github.com/TimothyYe/exchangerate/blob/master/snapshots/er-demo.gif?raw=true)\n\n## Installation\n\n#### Homebrew\n\n```bash\nbrew tap timothyye/tap\nbrew install timothyye/tap/exchangerate\n```\n\n#### Using Go\n\n```bash\ngo get github.com/TimothyYe/exchangerate/cmd/er\n```\n\n#### Manual Installation\n\nDownload it from [releases](https://github.com/TimothyYe/exchangerate/releases) and extact it to /usr/bin or your PATH directory.\n\n## Get API Key\n\n* Visit [https://free.currencyconverterapi.com/free-api-key](https://free.currencyconverterapi.com/free-api-key) and get your free API key.\n* Save your API key into `~/.er` file.\n\nYour  `.er` file may looks like:\n\n```bash\n→ cat ~/.er \n15d684b456848e2da877\n```\n\n## Usage\n```bash\n% er -h\n\nExchange Rate V1.2\nhttps://github.com/TimothyYe/exchangerate\n\nNAME:\n   Exchange Rate - A simple command-line tool to query exchange rate\n\nUSAGE:\n   er [from currency] [amount] [to currency]\n\nVERSION:\n   1.2\n\nEXAMPLES:\n  er USD               Query USD and show exchange rate for common used currencies.  \n  er USD 40.98         Query USD with amount 40.98, and show the equal amount of other currencies.  \n  er USD 12 CNY,JPY    Query USD with amount 12 and show the equal amount of specified currencies.  \n\nGLOBAL OPTIONS:\n   --help, -h     show help\n   --version, -v  print the version\n```\n\n## Licence\n\n[MIT License](https://github.com/TimothyYe/exchangerate/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothyye%2Fexchangerate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimothyye%2Fexchangerate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothyye%2Fexchangerate/lists"}