{"id":19774552,"url":"https://github.com/yeukfei02/currencyfinder","last_synced_at":"2026-05-11T21:35:57.565Z","repository":{"id":56472241,"uuid":"266284203","full_name":"yeukfei02/currencyFinder","owner":"yeukfei02","description":"find currency information in deno","archived":false,"fork":false,"pushed_at":"2024-03-02T20:12:54.000Z","size":19,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T01:26:56.896Z","etag":null,"topics":["currency","deno","typescript"],"latest_commit_sha":null,"homepage":"https://deno.land/x/currency_finder","language":"TypeScript","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/yeukfei02.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}},"created_at":"2020-05-23T07:21:32.000Z","updated_at":"2020-11-05T12:18:40.000Z","dependencies_parsed_at":"2022-08-15T19:20:50.466Z","dependency_job_id":null,"html_url":"https://github.com/yeukfei02/currencyFinder","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeukfei02%2FcurrencyFinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeukfei02%2FcurrencyFinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeukfei02%2FcurrencyFinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeukfei02%2FcurrencyFinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeukfei02","download_url":"https://codeload.github.com/yeukfei02/currencyFinder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241105452,"owners_count":19910636,"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":["currency","deno","typescript"],"created_at":"2024-11-12T05:13:17.819Z","updated_at":"2026-05-11T21:35:57.512Z","avatar_url":"https://github.com/yeukfei02.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# currencyFinder\n\n[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/currency_finder/mod.ts)\n\n[![nest badge](https://nest.land/badge.svg)](https://nest.land/package/currencyFinder)\n\nfind currency information in deno\n\n```ts\n// pick 1 to import\nimport * as currencyFinder from \"https://deno.land/x/currency_finder/mod.ts\";\nimport * as currencyFinder from \"https://x.nest.land/currencyFinder/mod.ts\";\nimport * as currencyFinder from \"https://denopkg.com/yeukfei02/currencyFinder/mod.ts\";\n```\n\n## findCurrencyByCode\n\n```ts\nconst currency = await currencyFinder.findCurrencyByCode(\"HKD\");\n```\n\n## findCurrencyByName\n\n```ts\nconst currency = await currencyFinder.findCurrencyByName(\"hong kong\");\n```\n\n## findCurrencyBySymbolNative\n\n```ts\nconst currency = await currencyFinder.findCurrencyBySymbolNative(\"$\");\n```\n\n## findAll\n\n```ts\nconst currencyList = await currencyFinder.findAll();\n\n// currencyList\n[\n  {\n      symbol: \"$\",\n      name: \"US Dollar\",\n      symbol_native: \"$\",\n      decimal_digits: 2,\n      rounding: 0,\n      code: \"USD\",\n      name_plural: \"US dollars\"\n    },\n    {\n      symbol: \"CA$\",\n      name: \"Canadian Dollar\",\n      symbol_native: \"$\",\n      decimal_digits: 2,\n      rounding: 0,\n      code: \"CAD\",\n      name_plural: \"Canadian dollars\"\n    },\n    ...\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeukfei02%2Fcurrencyfinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeukfei02%2Fcurrencyfinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeukfei02%2Fcurrencyfinder/lists"}