This is a basic API call and test key:
Your assignment is to write a program that will:
- Read the API output.
- Parse the API output.
- Load the parsed API output onto the screen.
- The program should also be able to accept inputs to return the value associated with a specific key. In this case, a user should be able to request AssociationAmenities and the program should return the value associated.
- Check the code into Github (please double check it runs) and send us the repo where we can pull it down to run it ourselves. Feel free to use the language of your choice but ideally this would be built in NodeJS and React.
Application was developed using NodeJS on the backend, and React on the frontend. Basic HTML & CSS UI for ease of viewing & testing.
- Clone repository.
- Run
node server.js
. - Visit
http://127.0.0.1:3000/
. - Enter
AssociationAmenities
(or any other first-level child name of a property listing object) in the textfield next to any property, and click the "Look up" button.