{"id":19553398,"url":"https://github.com/digicorp/indian-currency-converter","last_synced_at":"2026-06-13T12:01:54.697Z","repository":{"id":76078205,"uuid":"72203059","full_name":"digicorp/indian-currency-converter","owner":"digicorp","description":"This is a java script function to convert Number into indian currency format and 'Thausand-Lakhs' format","archived":false,"fork":false,"pushed_at":"2016-10-28T12:52:02.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T07:30:11.874Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/digicorp.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":"2016-10-28T11:48:03.000Z","updated_at":"2016-12-06T10:05:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c0fd821-20f0-437b-9c96-3bdb947a5065","html_url":"https://github.com/digicorp/indian-currency-converter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/digicorp/indian-currency-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digicorp%2Findian-currency-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digicorp%2Findian-currency-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digicorp%2Findian-currency-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digicorp%2Findian-currency-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digicorp","download_url":"https://codeload.github.com/digicorp/indian-currency-converter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digicorp%2Findian-currency-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34283391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":[],"created_at":"2024-11-11T04:23:06.410Z","updated_at":"2026-06-13T12:01:54.640Z","avatar_url":"https://github.com/digicorp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## indian-currency-converter\n#### Author: Chandrakant Thakkar\n##### Created on: 28th Oct 2016\n\n---\n###### This is a javascript function to convert Number into indian currency format and 'Thausand-Lakhs' format.\n\n- To use just download indianCurrency.js file, import  this file into your project and use following functions.\n\n---\n#### Function\n\n * _convertToINR :_ This function convert number to indian currency format.It takes two parameters number and boolean flag for currency symbol.\n\n   Syntax: convertToINR(number,isSymbolRequired)\n\n - _Example_\n ```javascript  \n var number = 1000000;  \n convertToINR(number,true);\n //return ₹10,00,000.00\n convertToINR(number,false);\n //return 10,00,000\n ```\n\n * _thausandFormatConverter :_ This function convert number to 'Thausands-Lakhs' format.It takes number as argument.\n\n   Syntax: thausandFormatConverter(number)\n\n - _Example_\n ```javascript  \n thausandFormatConverter(100);\n //return \"1 Hundred\"\n thausandFormatConverter(1000);\n //return \"1 Thausand\"\n thausandFormatConverter(10000);\n //return \"10 Thausands\"\n thausandFormatConverter(100000);\n //return \"1 Lakh\"\n thausandFormatConverter(1000000);\n //return \"10 Lakhs\"\n thausandFormatConverter(10000000);\n //return \"1 Crore\"\n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigicorp%2Findian-currency-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigicorp%2Findian-currency-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigicorp%2Findian-currency-converter/lists"}