mariuszklinger / cryptojumps

Simple dashboard to monitor Bitcoin rates in all local currencies around the world.

Home Page:http://crypto.mariuszklinger.pl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CryptoJumps

Simple dashboard to present where in the world Bitcoin price will be soon nice round number (in local currency).

Live preview: http://crypto.mariuszklinger.pl/

Stack:

Main focus in the project was to use docker-compose combining: Nginx, cron and React (react-create-script).

API:

  • openexchangerates.org - to get fiat currency rates
  • coindesk.com - to get Bitcoin (USDBTC)

Run:

Development:

$ cp .env.example .env
$ vim .env # edit it here!
$ docker-compose -f docker-compose.dev.yml up

Open http://localhost or http://localhost:<WEB_SERVER_PORT> where WEB_SERVER_PORT is set in .env.

TODO:

  • visualize using D3 world map

About

Simple dashboard to monitor Bitcoin rates in all local currencies around the world.

http://crypto.mariuszklinger.pl/


Languages

Language:JavaScript 51.9%Language:TypeScript 30.3%Language:Shell 6.8%Language:HTML 5.1%Language:SCSS 3.9%Language:Dockerfile 1.0%Language:CSS 1.0%