1
0
Fork 0
mirror of https://github.com/imjasonh/go-marvel synced 2026-07-08 11:14:56 +00:00
No description
Find a file
2014-04-27 09:56:30 -04:00
example update example to construct a GIF 2014-04-27 09:56:30 -04:00
.gitignore add test.sh, gitignore it 2014-04-26 00:40:10 -04:00
marvel.go issue numbers are floats 2014-04-26 21:39:07 -04:00
marvel_test.go Add hash-addition to fetch 2014-04-26 19:26:17 -04:00
README.md update example to construct a GIF 2014-04-27 09:56:30 -04:00

go-marvel is a Go client library for the Marvel REST API

See example/main.go, which downloads all issue covers of a series, by series ID (default is "Uncanny X-Men"), and begins to construct a GIF image of them. (TODO)