{"id":20819959,"url":"https://github.com/elo7/format-amd","last_synced_at":"2025-05-07T15:41:27.428Z","repository":{"id":24010466,"uuid":"27394641","full_name":"elo7/format-amd","owner":"elo7","description":"Library to convert string to number in vice versa","archived":false,"fork":false,"pushed_at":"2024-08-14T16:56:26.000Z","size":146,"stargazers_count":2,"open_issues_count":12,"forks_count":0,"subscribers_count":102,"default_branch":"master","last_synced_at":"2024-11-14T20:14:37.821Z","etag":null,"topics":["amd","formatter","front-end","javascript","lib","martell","nymeros"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elo7.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}},"created_at":"2014-12-01T19:01:38.000Z","updated_at":"2021-05-05T16:54:15.000Z","dependencies_parsed_at":"2024-08-14T18:30:19.026Z","dependency_job_id":null,"html_url":"https://github.com/elo7/format-amd","commit_stats":{"total_commits":47,"total_committers":15,"mean_commits":"3.1333333333333333","dds":0.8297872340425532,"last_synced_commit":"49676faa6369b1d45974bfd1429976f9d1c4a364"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elo7%2Fformat-amd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elo7%2Fformat-amd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elo7%2Fformat-amd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elo7%2Fformat-amd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elo7","download_url":"https://codeload.github.com/elo7/format-amd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225096726,"owners_count":17420292,"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":["amd","formatter","front-end","javascript","lib","martell","nymeros"],"created_at":"2024-11-17T22:07:55.742Z","updated_at":"2024-11-17T22:07:56.472Z","avatar_url":"https://github.com/elo7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Format-amd\n\n_Format-amd string/number library_\n\nFormat.js is a library that converts string to number or the opposite. This library uses [amd](http://en.wikipedia.org/wiki/Asynchronous_module_definition) structure. Currently, we support currency formats.\n\n\n[![Build Status](https://travis-ci.org/elo7/format-amd.svg?branch=master)](https://travis-ci.org/elo7/format-amd)\n\n\n## Install\n\nInstall : `npm install elo7-format-amd`\n\n## Dependency\n\nFormat-amd depends on an [amd](http://en.wikipedia.org/wiki/Asynchronous_module_definition) implementation. We suggest [define-async](https://www.npmjs.com/package/define-async) implementation for dependency lookup.\n\n## Example\n\n``` js\ndefine(['format'], function(format) {\n\tformat.currency(17.2, 'R$'); // Returns R$ 17,20\n\tformat.currencyToNumber('R$ 9,50'); // Returns 9.5\n});\n```\n\n## License\n\nFormat-amd is released under the [BSD](https://github.com/elo7/format-amd/blob/master/LICENSE). Have at it.\n\n* * *\n\nCopyright :copyright: 2014 Elo7\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felo7%2Fformat-amd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felo7%2Fformat-amd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felo7%2Fformat-amd/lists"}