- Notifications
You must be signed in to change notification settings - Fork0
mlabouardy/9gag
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
$ go get -u github.com/mlabouardy/9gag
package mainimport ("fmt""github.com/mlabouardy/9gag")funcmain() {gag9:=gag9.New()for_,meme:=rangegag9.Find() {fmt.Printf("Description: %s\nImage: %s\n",meme.Description,meme.Image)}}
package mainimport ("fmt""github.com/mlabouardy/9gag")funcmain() {gag9:=gag9.New()for_,meme:=rangegag9.FindByTag("got") {fmt.Printf("Description: %s\nImage: %s\n",meme.Description,meme.Image)}}
http://www.blog.labouardy.com/create-9gag-android-application/
You are more than welcome to contribute to this project. Fork andmake a Pull Request, or create an Issue if you see any problem.