CoinTools Update: Cryptocurrency Converter Calculator, Support Coin Symbols and Add More Localization

in #utopian-io6 years ago (edited)

Introduction

CoinTools is a handy gadget to Chrome browser that you can launch easily to view the information of cryptocurrency.

Previous Contributions

Technology Stacks

Javascript that runs in Chrome.

Github

https://github.com/DoctorLai/CoinTools

Chrome Webstore

It is available online at Chrome Webstore:
https://chrome.google.com/webstore/detail/coin-tools/fmglcggbdcbkpkfapngjobfeakehpcgj

v0.0.5 Feature

Along with bug fixes, minor tweaks and code refactoring, v0.0.5 has the following updates:

  1. Support Symbols instead of ID so you can use BTC instead of bitcoin, BCH instead of bitcoin-cash.
  2. Add Cryptocurrency Converter Calculator
  3. Translate some UI texts (localization)

Commits

Here

Roadmap of CoinTools

  1. real-time graphs
  2. search cryptocurrency
  3. historical data

Screenshots

Advance Cryptocurrency Converter Calculator: Converts between FIAT to FIAT, FIAT/Cryptocurrency or Cryptocurrency to Cryptocurrency.
image.png

Shorter symbols can be used rather than full IDs.
image.png

PHP Script to create symbol-id mapping

coinmarkcap.js is created via the following PHP script.

<?php
    echo "<pre>";
    $api = "https://api.coinmarketcap.com/v1/ticker/?limit=9999";
    $data = json_decode(file_get_contents($api), true);
    echo "let coinmarkcap = {};\n";
    foreach($data as $row) {
      echo "coinmarkcap['" . $row['symbol'] . "'] = '" . $row['id']. "';\n";
    }
    echo "</pre>";

License

MIT

Contribution Welcome

Github: https://github.com/DoctorLai/CoinTools/

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

Chrome Webstore

Install the CoinTools Now!



Posted on Utopian.io - Rewarding Open Source Contributors

Sort:  

Thank you for the contribution. It has been approved.

You can contact us on Discord.
[utopian-moderator]

Hey @justyy I am @utopian-io. I have just upvoted you!

Achievements

  • WOW WOW WOW People loved what you did here. GREAT JOB!
  • Seems like you contribute quite often. AMAZING!

Community-Driven Witness!

I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!

mooncryption-utopian-witness-gif

Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x

Coin Marketplace

STEEM 0.20
TRX 0.13
JST 0.030
BTC 63974.07
ETH 3426.40
USDT 1.00
SBD 2.54