1
0
Fork 0
mirror of https://github.com/imjasonh/go-marvel synced 2026-07-11 07:30:11 +00:00
go-marvel/README.md

4 lines
350 B
Markdown
Raw Normal View History

2014-04-27 08:52:03 -04:00
**go-marvel** is a [Go](https://golang.org) client library for the [Marvel REST API](https://developer.marvel.com/)
2014-04-25 23:21:34 -04:00
2014-04-27 09:56:30 -04:00
See [`example/main.go`](https://github.com/ImJasonH/go-marvel/blob/master/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)