Skip to content

emadgh/vajehyab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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())

About

VajehYab.com Api Package for golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages