npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

to-persian-letter-currency

v0.0.12

Published

Easily convert numbers to persian currency (toman & rial)

Downloads

71

Readme

to persian letter currency

to-persian-letter-currency is an npm package that converts numeric currency values to their equivalent Persian text. It simplifies the process of displaying Persian letter currency in applications, ensuring proper localization and readability.

Table of Contents

Installation

Install with npm:

npm install to-persian-letter-currency

Install with yarn:

yarn add to-persian-letter-currency

Usage

Here is a basic example of how to use the package:

import { toPersianAlphabetic } from 'to-persian-letter-currency';

const number = 123456;
const persianCurrency = toPersianAlphabetic(number);

console.log(persianCurrency); // Output: دوازده هزار و سیصد و چهل و پنج تومان و شش ریال

console.log(toPersianNumberic(234568999999)); // Output:  234 میلیارد و 568 میلیون و 999 هزار و 999 تومان و 9 ریال

api

toPersianAlphabetic(number)

number: number - The numeric value to be converted to Persian letter currency.

for big int numbers the input number must be string

returns: string - The equivalent Persian letter currency.

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Author

 ·  github/SolgiDeveloper

 ·  linkedin/MohammadSolgi

License

This project is licensed under the ISC License.