Test app fetching data from coinjar.com
Write a simple web app in Ruby or Elixir showing price history of BTC and ETH on
CoinJar Exchange. The application should:
Other points of interest:
git bundle create <your_name>.bundle master
inside your code repoYou may use the CoinJar Exchange ticker API. The endpoints you will need are:
"volume_24h": "83.85000000",
"volume": "19.71000000",
"transition_time": "2018-06-21T07:50:00Z",
"status": "continuous",
"session": 3190,
"prev_close": "9211.00000000",
"last": "9210.00000000",
"current_time": "2018-06-21T02:08:23.832377Z",
"bid": "9211.00000000",
"ask": "9242.00000000"
}