royce-typescript-challenge

1.0.0 • Public • Published

Royce Typescript Test

Included are two api functions, listPets and listPeople, that return a list of pets and people respectively.

You must create a program, either as command line node application or a web app, that does the following.

  1. Displays data from each list.
  2. The user can select a person or pet and view information about them.
  3. Allow the user to search for a particular name or person. Fetch the data from the api each time.
  4. Allow the user to create 'register' a pet to a person. Create a record with the id of the pet and the person and store it either in memory or in a json file.
  5. Create an 'api' function that retrieves the records of pet ownership, when a user selects a person or pet, also display corresponding owner(s) of that pet or corresponding pets owned by that person.

Readme

Keywords

none

Package Sidebar

Install

npm i royce-typescript-challenge

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

28.9 kB

Total Files

14

Last publish

Collaborators

  • estebner
  • arielpeinado