Skip to content

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

Notifications You must be signed in to change notification settings

kryptosphere-students/bitcoin-ticker-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages