🌐
GitHub
github.com › scurker › currency.js
GitHub - scurker/currency.js: A javascript library for handling currencies · GitHub
currency.js is a lightweight ~1kb javascript library for working with currency values. It was built to work around floating point issues in javascript.
Starred by 3.4K users
Forked by 147 users
Languages   JavaScript 94.7% | TypeScript 5.3%
🌐
Openexchangerates
openexchangerates.github.io › money.js
money.js / fx() - javascript currency conversion library
It's on GitHub at openexchangerates/javascript-sandbox-console. ... To use money.js as a standalone library, download the minified or development version of money.js, and include it in your HTML page: ... To use money.js to convert currencies, you'll need to feed it with some exchange rate ...
🌐
Openexchangerates
openexchangerates.github.io › accounting.js
accounting.js: JavaScript number and currency formatting library
accounting.js is a tiny JavaScript library by Open Exchange Rates, providing simple and advanced number, money and currency formatting.
🌐
GitHub
github.com › openexchangerates › money.js
GitHub - openexchangerates/money.js: money.js is a tiny (1kb) javascript currency conversion library, for web & nodeJS
Simple and tiny JavaScript library for realtime currency conversion and exchange rate calculation, from any currency, to any currency.
Starred by 1.5K users
Forked by 124 users
Languages   CSS 66.2% | JavaScript 33.8% | CSS 66.2% | JavaScript 33.8%
🌐
Scurker
scurker.github.io › currency.js
currency.js
A small, lightweight javascript library for working with currency values.Download currency.js
🌐
GitHub
github.com › dinerojs › dinero.js
GitHub - dinerojs/dinero.js: Create, calculate, and format money in JavaScript and TypeScript · GitHub
Dinero.js lets you create, calculate, and format money safely in JavaScript and TypeScript.
Starred by 6.7K users
Forked by 201 users
Languages   TypeScript 99.8% | JavaScript 0.2%
🌐
GitHub
github.com › sanjay-1458 › Currency-Converter
GitHub - sanjay-1458/Currency-Converter: A JavaScript currency converter project using Fetch API.
A JavaScript currency converter project using Fetch API. - sanjay-1458/Currency-Converter
Author   sanjay-1458
🌐
Dinerojs
dinerojs.com
Dinero.js
An immutable library for expressing monetary values in JavaScript and TypeScript. Designed for humans, ready for agents. Get StartedView on GitHub · Install · npm install dinero.js · Usage · import { dinero, add, toDecimal } from 'dinero.js'; ...
🌐
GitHub
github.com › refinedguides › currency-converter
GitHub - refinedguides/currency-converter: How to Create a Currency Converter in Javascript
A javascript app providing real-time exchange rate information to help users convert currencies from one value to another.
Forked by 3 users
Languages   JavaScript 46.8% | CSS 37.2% | HTML 16.0% | JavaScript 46.8% | CSS 37.2% | HTML 16.0%
🌐
GitHub
github.com › Alkaison › Currency-Converter
GitHub - Alkaison/Currency-Converter: This is a currency converter web application that fetches real-time data for currency conversion rates using HTML, CSS, and JavaScript.
This is a currency converter web application that fetches real-time data for currency conversion rates using HTML, CSS, and JavaScript. - Alkaison/Currency-Converter
Starred by 10 users
Forked by 11 users
Languages   JavaScript 74.6% | CSS 14.6% | HTML 10.8% | JavaScript 74.6% | CSS 14.6% | HTML 10.8%
Find elsewhere
🌐
GitHub
github.com › topics › currency
currency · GitHub Topics · GitHub
This repo provides the mapping of countries, currencies, phone code, alpha2 and alpha 3 codes in a single array. javascript json iso currency country-codes phone-code alpha3 country-code iso-3166-1-alpha-2 iso-3166 alpha2 mobile-code
🌐
GitHub
github.com › smirzaei › currency-formatter
GitHub - smirzaei/currency-formatter: [NOT ACTIVELY MAINTAINED] A simple Javascript utility that helps you to display currency properly · GitHub
var currencyFormatter = require('currency-formatter'); currencyFormatter.format(1000000, { code: 'USD' }); // => '$1,000,000.00' currencyFormatter.format(1000000, { code: 'GBP' }); // => '£1,000,000.00' currencyFormatter.format(1000000, { code: ...
Starred by 213 users
Forked by 70 users
Languages   JavaScript
🌐
GitHub
github.com › osrec › currencyFormatter.js
GitHub - osrec/currencyFormatter.js: A super simple currency formatting library
A super simple currency formatting library. Contribute to osrec/currencyFormatter.js development by creating an account on GitHub.
Starred by 628 users
Forked by 59 users
Languages   JavaScript 100.0% | JavaScript 100.0%
🌐
GitHub
github.com › davidkalosi › js-money
GitHub - davidkalosi/js-money: JavaScript Implementation of Fowlers Money object. · GitHub
JS Money is a JavaScript implementation of Martin Fowlers Money pattern. The package is available through npm and bower. ... First we need to import the library. ... Amounts can be supplied either as integers or decimal numbers.
Starred by 106 users
Forked by 36 users
Languages   JavaScript 94.6% | Makefile 5.4%
🌐
GitHub
github.com › patrykgruszka › money-printer
GitHub - patrykgruszka/money-printer: JavaScript currency formatting · GitHub
JavaScript currency formatting. Contribute to patrykgruszka/money-printer development by creating an account on GitHub.
Starred by 3 users
Forked by 2 users
Languages   JavaScript
🌐
currency-converter
shailesh-satariya.github.io › currency-converter
currencyConverter - javascript currency converter | currency-converter
View on GitHub · IE9 and up, Edge, iOS Safari 6+, Chrome 8+, Firefox 6+ You may store the instance by assigning the result of an invocation to a variable. Here are a few ways to do it. const cc = currencyConverter("#myID", {}); // currencyConverter · const myElement = document.querySelector(".myElement"); const cc = currencyConverter(myElement, {}); // currencyConverter ·
🌐
GitHub
github.com › ExodusMovement › format-currency
GitHub - ExodusMovement/format-currency: JavaScript component to format strings / numbers to currency strings. · GitHub
const formatCurrency = require('format-currency') // default, no currency symbol or code console.log(formatCurrency(10000000.15)) // => 10,000,000.15 // include the currency code 'USD' let opts = { format: '%v %c', code: 'USD' } console.log(formatCurrency(10000000.15, opts)) // => 10,000,000.15 USD // now include the currency symbol let opts = { format: '%s%v %c', code: 'USD', symbol: '$' } console.log(formatCurrency(10000000.15, opts)) // => $10,000,000.15 USD // use to reformat currency strings let opts = { format: '%s%v', symbol: '$' } console.log(formatCurrency('$10,000,000.15 USD', opts))
Starred by 11 users
Forked by 3 users
Languages   JavaScript
🌐
GitHub
github.com › iadvize › javascript-currency-library
GitHub - iadvize/javascript-currency-library: Javascript library to handle currencies
const currencyManager = require('javascript-currency-library'); console.log(currencyManager.get('GBP').getCountries()); // output : ['GB'] console.log(currencyManager.get('EUR').getCountries()); // output : ['ES','DE','FR', 'IT'] console.log(currencyManager.findByCountry('FR'); // output : 'EUR' console.log(currencyManager.get('EUR').isAvailableIn('UK')); // output : false console.log(currencyManager.getSupportedCurrencies()); // output : ['EUR', 'GBP']
Author   iadvize
🌐
GitHub
github.com › scurker › currency.js › blob › main › changelog.md
currency.js/changelog.md at main · scurker/currency.js
A javascript library for handling currencies. Contribute to scurker/currency.js development by creating an account on GitHub.
Author   scurker
🌐
GitHub
github.com › alexsasharegan › currency
GitHub - alexsasharegan/currency: JavaScript currency lib.
JavaScript currency lib. Contribute to alexsasharegan/currency development by creating an account on GitHub.
Author   alexsasharegan