/coinsquare-converter-test

Let's convert some bitcoin!

Primary LanguageJavaScript

Coinsquare Converter

A simple converter to convert up to $156.12 to BTC using the latest rates.

Usage

Clone

git clone https://github.com/ahskaus/coinsquare-converter-test.git

Install

npm install

Test, build and run (Only for Macs with Google Chrome)

npm run letsgo

Just run tests...

npm run test

Build...

npm run build

Run...

open /dist/index.html in browser

Known issues

  1. Only tested in Google Chrome (Mac). Due to flakiness of flexbox, it may not render properly on other browsers without further refinement.

  2. The loader may appear for a long time. It is not a bug, the api response can sometimes be slooooooow.