Skip to content

Instantly share code, notes, and snippets.

@supachris28
Forked from ukmadlz/readme.md
Last active March 1, 2018 14:34
Show Gist options
  • Save supachris28/617ef89a1ab5c81c7bcf4f923563ec8b to your computer and use it in GitHub Desktop.
Save supachris28/617ef89a1ab5c81c7bcf4f923563ec8b to your computer and use it in GitHub Desktop.
NodeJS Dev Questions: SWAPI

Using the swapi.co API answer these questions

API: https://swapi.co/api/

Docs: https://swapi.co/documentation

Questions:

  • What is the difference in age between the youngest and oldest characters in Star Wars?
  • What’s the most common Species in the Star Wars universe, listing the names of the characters that belong to the species?
  • Implement a basic Character search?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment