/gogre

Go wrapper for TradeOgre's API

Primary LanguageGoMIT LicenseMIT

gogre

WIP wrapper for the TradeOgre public API

Not suitable for production

Usage Example:

shrek, _ := gogre.New(http.DefaultClient)
ticker, _ := shrek.GetTicker("BTC-XMR")    
fmt.Println(ticker.Price)