Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 339 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 339 Bytes

Vajeh Yab

###VajehYab.com Api Package for golang

Simply create an instance of VajehYab and Search

vy := vajehyab.VajehYab{Developer: "YourDeveloperName"}
vajeh, err := vy.Search("واژه")
if err != nil {
	panic(err)
	return err
}
fmt.Println(vajeh.Data.Text.ToString()+"\n\nمنبع: "+vajeh.Data.Source.ToString())