money.js - JavaScript Currency Conversion Library

Written by Kevin Liew on 26 Feb 2012
21,543 Views • Javascript

Introduction

money.js is a lightweight ( < 1kb) standalone javascript currency conversion library. If you are building an e-commerce website, this javascript would able to help you to convert your product prices to other currency. You can convert the currency based on the data from the Open Source Exchange Rates API project, or you can also setup your own data source easily.

A few notes about the Open Source Exchange Rates API. This API is powered by a simple nodeJS scraper and Github. Every hour, Currency Bot collects all the exchange rates from various reliable providers with public-facing APIS, then pushes them in JSON format to a public GitHub code repository for everybody to use.

Features

  • Lightweight, less than 1 kb
  • No dependencies, standalone javascript
  • Support Open Source Exchange Rates API or local data source
  • it works as a NodeJS/CJS and RequireJS/AMD module
  • Documentation and support.

Screenshots

money.js

money.js

money.js

SPECIFICATIONS & DOWNLOAD

Join the discussion

Comments will be moderated and rel="nofollow" will be added to all links. You can wrap your coding with [code][/code] to make use of built-in syntax highlighter.