1.0.7 • Published 7 years ago

google-currency v1.0.7

Weekly downloads
69
License
ISC
Repository
github
Last release
7 years ago

Node.js - google

This module allows you to convert currency based on google finance converter by scraping the results. It does NOT use the Google API. PLEASE DO NOT ABUSE THIS.

This is not sponsored, supported, or affiliated with Google Inc.

Installation

npm install --save google-currency

API Example

This prints out the value from USD to IDR.

const converter = require('google-currency')

const options = {
  from: "USD",
  to: "IDR",
  amount: 1
}
converter(options).then(value => {
  console.log(value) // Return object
})
1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago