Skip to content

edfenergy-stevebowerman/javascript-code-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Javascript Code Test

BookSearchApiClient is a simple class that makes a call to a http API to retrieve a list of books and return them.

You need to refactor the BookSearchApiClient class, and demonstrate in example-client.js how it would be used. Refactor to what you consider to be production ready code. You can change it in anyway you would like and can use javascript or typescript.

Things you will be asked about:

  1. How could you easily add other book seller APIs in the the future
  2. How would you manage differences in response payloads between different APIs without needing to make future changes to whatever code you have in example-client.js
  3. How would you implement different query types for example: by publisher, by year published etc
  4. How your code would be tested

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •