Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 390 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 390 Bytes

GoDoc

go-wallhaven

golang wrapper for the wallhaven.cc api version 1

Installation

go get -u github.com/dlasky/go-wallhaven

Basic Usage

results, err := wallhaven.SearchWallpapers(nil)
if err != nil {
  log.Fatal(err)
}
log.Printf("%v", results)