All Projects → srn → currency

srn / currency

Licence: other
simple currency conversion cli (supports BTC/ETH)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to currency

MPNumericTextField
A class that extends UITextField to input numbers, percentages and currencies.
Stars: ✭ 18 (-21.74%)
Mutual labels:  currencies
GoCurrency
Simple currency converter. Insert an amount, what currency to convert from and what currency to convert to.
Stars: ✭ 29 (+26.09%)
Mutual labels:  currencies
currency-conversion
Convert Money Amounts between currencies.
Stars: ✭ 19 (-17.39%)
Mutual labels:  currencies
django-currencies
django-currencies allows you to define different currencies, and includes template tags/filters to allow easy conversion between them.
Stars: ✭ 89 (+286.96%)
Mutual labels:  currencies
monetized
A lightweight solution for handling and storing money.
Stars: ✭ 46 (+100%)
Mutual labels:  currencies
geo-sql-database
Continents, Sub-Continents, Countries, States, Cities, Timezones, Currencies SQL database.
Stars: ✭ 30 (+30.43%)
Mutual labels:  currencies
BitBlocks old
BitBlocks Project_OLD
Stars: ✭ 12 (-47.83%)
Mutual labels:  currencies
open money tracker
Open Source accounting application for Android.
Stars: ✭ 19 (-17.39%)
Mutual labels:  currencies
stockholm
💵 Modern Python library for working with money and monetary amounts. Human friendly and flexible approach for development. 100% test coverage + built-in support for GraphQL and Protocol Buffers transports using current best-practices.
Stars: ✭ 26 (+13.04%)
Mutual labels:  currencies
jbanking
A Java banking API
Stars: ✭ 58 (+152.17%)
Mutual labels:  currencies
arbolito
A currency conversion api for the minimalist developer
Stars: ✭ 50 (+117.39%)
Mutual labels:  currencies
graphcountries
An easy to use GraphQL API to query country-related data for free and without restrictions
Stars: ✭ 61 (+165.22%)
Mutual labels:  currencies
SimpleTypes
The universal PHP library to convert any values and measures (money, weight, currency converter, length, etc.).
Stars: ✭ 56 (+143.48%)
Mutual labels:  currencies
Nager.Country
Worldwide Country Informations (ISO-3166-1 Alpha2, ISO-3166-1 Alpha3, ISO 639-1)
Stars: ✭ 68 (+195.65%)
Mutual labels:  currencies
GetCurrency
List all currencies available in NSLocale programmatically using swift 3
Stars: ✭ 18 (-21.74%)
Mutual labels:  currencies
latinum
Latinum is a framework for resource and currency calculations.
Stars: ✭ 109 (+373.91%)
Mutual labels:  currencies
django-prices-openexchangerates
openexchangerates.org support for django-prices
Stars: ✭ 33 (+43.48%)
Mutual labels:  currencies
converter
Immutable PHP currency converter that's data-agnostic.
Stars: ✭ 77 (+234.78%)
Mutual labels:  currencies
cotizacion
Portal to find current exchange rates in Paraguay
Stars: ✭ 11 (-52.17%)
Mutual labels:  currencies
EasyMoney-Widgets
The widgets (EditText and TextView) for support of money requirements like currency, number formatting, comma formatting etc.
Stars: ✭ 91 (+295.65%)
Mutual labels:  currencies

currency Build Status

simple currency conversion cli using fixer.io, blockchain.info and etherchain.org

screenshot.gif

Install

$ npm i currency -g

Currencies

CLI

$ currency --help

  simple currency conversion in the terminal

  Example
    $ currency 10 usd dkk
    => 10 USD = 62.208 DKK

    $ currency 1 btc usd
    => 1 BTC = 3746.18 USD

    $ currency 500 usd btc
    => 500 USD = 0.13358982579886716 BTC

    $ currency 1 eth usd
    => 1 ETH = 282.81 USD

    $ currency 500 usd eth
    => 500 USD = 1.767971429581698 ETH

License

MIT © Søren Brokær

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].