Skip to content

ryangalamb/all-day-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

all-day-test

description

Query the characters from the "Game of Thrones" public API at api of ice and fire, and host an API with a set of endpoints that contains cross referenced character info and quotes belonging to the character.

The quotes document is found in the local repository quotes.json file, and needs to be cross referenced with the characters obtain from the public API.

rules

  • You can use any library from npmjs.com
  • Use promises when at all possible
  • Searching for information on the internet is allowed
  • It's ok to ask questions and clarification while going through this exercise
  • Do not copy any code. You can refer to code on the web, but copying is not allowed
  • Query the external API only once per app instance

acceptance

  • All character documents from api of ice and fire must have the quotes from quotes.json combined into it.
  • You must use express to stand up a local API with the following endpoints:
    • GET /characters
    • GET /characters/id
    • GET /characters?offset=10&limit=10
    • GET /characters?name="Jon Snow"
  • Make a pull request into your respective branches(ryan, nathan), and resolve code review comments
  • Exercise completes when your code is merged

success criteria

  • Demonstrate the ability to write code to spec, following agreed upon patterns, and satisfying the acceptance criteria
  • Keep the coding conventions consistent
  • Need to complete each stage of acceptance, and test the code, before moving on to the next one
  • Complete the exercise in a timely manner

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%