Skip to content

A library exposing the API for the prediction market Predictit

Notifications You must be signed in to change notification settings

dang3r/go-predictit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-predictit

A library exposing the API for the prediction market Predictit

Installation

$ go get github.com/dang3r/go-predictit

Example


package main

import (
  "fmt"
  "github.com/dang3r/gopredictit"
)

func main() {
  tickerSymbols := gopred.GetTickerSymbols()
  for i, v := range tickerSymbols {
    fmt.Println("%v", *gopred.GetMarketData(v))
  }
}

About

A library exposing the API for the prediction market Predictit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published