{"id":14957189,"url":"https://github.com/nikhilgarware/react-js-thousand-seperator","last_synced_at":"2026-02-13T12:01:32.892Z","repository":{"id":39662670,"uuid":"414181465","full_name":"nikhilgarware/react-js-thousand-seperator","owner":"nikhilgarware","description":"This is a number formatting repo which is used for formating number according to user's requirements","archived":false,"fork":false,"pushed_at":"2023-07-18T11:12:39.000Z","size":231,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T05:21:27.540Z","etag":null,"topics":["formatter","javascript","number","reactjs-thousand-seperator"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/nikhilgarware.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":"2021-10-06T11:19:02.000Z","updated_at":"2022-05-27T09:58:57.000Z","dependencies_parsed_at":"2024-09-26T18:00:42.026Z","dependency_job_id":"cda20d1f-5d1f-41ed-83fd-0d3b15dcdcab","html_url":"https://github.com/nikhilgarware/react-js-thousand-seperator","commit_stats":{"total_commits":17,"total_committers":3,"mean_commits":5.666666666666667,"dds":0.5294117647058824,"last_synced_commit":"0e2cba809aecb466e47901178b12f06bc1a545e5"},"previous_names":["nikhilgarware/number-formatter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhilgarware%2Freact-js-thousand-seperator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhilgarware%2Freact-js-thousand-seperator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhilgarware%2Freact-js-thousand-seperator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhilgarware%2Freact-js-thousand-seperator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikhilgarware","download_url":"https://codeload.github.com/nikhilgarware/react-js-thousand-seperator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648913,"owners_count":20972944,"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":["formatter","javascript","number","reactjs-thousand-seperator"],"created_at":"2024-09-24T13:14:18.710Z","updated_at":"2026-02-13T12:01:27.854Z","avatar_url":"https://github.com/nikhilgarware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-js-thousand-separator\n\n## A package where you can format number in group of thousands and get desired unit of decimal values.\n\n### Syntax\n\n```\nthousandSeperator(digits,decimal_allowed)\neg: thousandSeperator(50000.333,1)\n// output: 50,000.3\n```\n\n### Example:1\n\n### In this example we are only converting number into decimal formatted number without decimal separation.\n\n```\nconst number = 50000;\nconst output = thousandSeperator(number,0)\nconsole.log(output) //50,000\n```\n\n### Example:2\n\n### In this example we are converting number into decimal formatted number with decimal separation.\n\n```\nconst number = 50124.11111;\nconst output = thousandSeperator(number,2)\nconsole.log(output) //50,124.11\n```\n\nFor more details please visit [here](https://medium.com/@noffybarudwale/javascript-format-numbers-with-commas-and-decimals-86b68ec5b180)\n\nIf you figure out any issue please feel free to update it [here](https://github.com/nikhilgarware/number-formatter/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikhilgarware%2Freact-js-thousand-seperator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikhilgarware%2Freact-js-thousand-seperator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikhilgarware%2Freact-js-thousand-seperator/lists"}