Skip to content

Instantly share code, notes, and snippets.

View supachris28's full-sized avatar

Chris Key supachris28

View GitHub Profile
@supachris28
supachris28 / readme.md
Last active March 1, 2018 14:34 — forked from ukmadlz/readme.md
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?