{"id":19778229,"url":"https://github.com/a-x-/iso4217","last_synced_at":"2025-04-30T20:30:51.859Z","repository":{"id":57278054,"uuid":"92391526","full_name":"a-x-/iso4217","owner":"a-x-","description":"iso4217 currency codes table and helpers","archived":false,"fork":false,"pushed_at":"2017-05-25T11:34:11.000Z","size":38,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-18T00:39:59.556Z","etag":null,"topics":["currency","enum","iso4217","t"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/iso4217","language":"JavaScript","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/a-x-.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":"2017-05-25T10:16:13.000Z","updated_at":"2018-01-15T00:32:12.000Z","dependencies_parsed_at":"2022-09-13T18:52:02.854Z","dependency_job_id":null,"html_url":"https://github.com/a-x-/iso4217","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/a-x-%2Fiso4217","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-x-%2Fiso4217/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-x-%2Fiso4217/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-x-%2Fiso4217/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a-x-","download_url":"https://codeload.github.com/a-x-/iso4217/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224175776,"owners_count":17268389,"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","enum","iso4217","t"],"created_at":"2024-11-12T05:28:32.557Z","updated_at":"2024-11-12T05:28:33.213Z","avatar_url":"https://github.com/a-x-.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iso4217 [![Build Status](https://travis-ci.org/a-x-/iso4217.svg?branch=master)](https://travis-ci.org/a-x-/iso4217)\niso4217 currency codes table and helpers\n\n# usage\n```js\nimport currencies, { utils } from 'iso4217';\n\n/** \n * @example '840' =\u003e ({\n  \"Location\": \"UNITED STATES\",\n  \"Currency\": \"US Dollar\",\n  \"Code\": \"USD\",\n  \"Num\": \"840\",\n  \"CCC\": \"\",\n  \"Obsolete\": \"\",\n  \"Symbol\": \"$\",\n  \"Fraction\": 2\n}) */\nconst foo = currencyNum =\u003e currencies[currencyNum];\n\n/**\n * @example 'RUB' =\u003e ({\n    \"Location\": \"RUSSIAN FEDERATION\",\n    \"Currency\": \"Russian Ruble\",\n    \"Code\": \"RUB\",\n    \"Num\": \"643\",\n    \"CCC\": \"\",\n    \"Obsolete\": \"RUR\",\n    \"TextSymbol\": \"руб.\",\n    \"Symbol\": \"₽\",\n    \"Fraction\": 2\n}) */\nconst bar = currencyCode =\u003e utils.getByCode(currencyCode);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa-x-%2Fiso4217","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa-x-%2Fiso4217","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa-x-%2Fiso4217/lists"}