Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 571 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 571 Bytes

bitcoin-ticker-api

A simple REST api to query the value of Bitcoin on several exchanges and compute a weighted average

Install Golang

Please refer to Golang's official website for installation instruction: https://golang.org/

Compile and execute

Once you've downloaded this project on your computer, you can run it from a terminal using:

first go build bitcoin-ticker-api.go to compile

then ./bitcoin-ticker-api to execute

Result example:

Example