Skip to content

lutwidse/EightBit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Example

package main

import (
	"github.com/Lutwidse/EightBit"
	"fmt"
)

func main() {
	btc := EightBit.Get_btc_jpy()
	fmt.Println(btc.Sell)
	fmt.Println(btc.Buy)
	fmt.Println(btc.High)
	fmt.Println(btc.Low)
	fmt.Println(btc.Last)
	fmt.Println(btc.Vol)
	fmt.Println(btc.Timestamp)
}

About

A BitBank Public API wrapper for the Go Programming Language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages