Skip to content

Instantly share code, notes, and snippets.

@tsimpkins73
Last active July 29, 2019 13:35
Show Gist options
  • Save tsimpkins73/deeaf46980f3d2090abf5e516dcb78ef to your computer and use it in GitHub Desktop.
Save tsimpkins73/deeaf46980f3d2090abf5e516dcb78ef to your computer and use it in GitHub Desktop.
A search app that allows user to find more information on their favorite Marvel characters.
This information includes the character's description,
a list of stories the character has been in, a list of comic events the character has been in,
and movies the character has been in.
I will be utilizing Marvel's API, found at https://developer.marvel.com, for teh cahracter info, stories, and events.
For the characters' movies I utilized The Movie Database API, found at https://developers.themoviedb.org.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment