ropensci / ozunconf18

repository for the rOpenSci ozunconference 2018
31 stars 7 forks source link

Marvel Comics API wrapper 🦸 #28

Open markdly opened 5 years ago

markdly commented 5 years ago

I recently found out the Marvel Comics API can be used to access text and image data related to over 70 years of Marvel comics and characters.

There are some existing wrappers to the API written in Python such as marvel, marvelous, marvelator, PyMarvel, marvelapi, PyMarvelSimple. And also some tutorials such as this and this. But I can’t seem to find any existing R related code.

If nothing already exists, perhaps it might be fun to build a wrapper for the API in R?