Skip to content

NodeJS API Tool that queries an API for a data set, then continues to perform queries until a URL is not returned within the data set.

Notifications You must be signed in to change notification settings

mik3ds/NodeJS-API-Coding-Challenge-Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

NodeJS API Coding Challenge Solution

My successful solution to a programming challenge given in November 2018 by Kogan Melbourne.

Task: Write a script in any language that queries an API that returns objects with metadata. Extract the next URL in the sequence and query it. Store the prices of all objects with the correct name and return the average price upon completion.

About

NodeJS API Tool that queries an API for a data set, then continues to perform queries until a URL is not returned within the data set.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published