This lib fetches the last bitcoin price from a service https://blockchain.info/ticker and displays it on the page:
$ cargo build
$ wasm-pack build --target web
Start NGINX:
$ sudo nginx -c ~/dev/rust-bitcoin-lib/nginx.conf
NGINX stoppen:
$ sudo nginx -s stop
