personal-data-service-api

This service is a simulation of an external data source for accessing personal details of individuals.

Usage no npm install needed!

<script type="module">
  import personalDataServiceApi from 'https://cdn.skypack.dev/personal-data-service-api';
</script>

README

Personal Data Service API

This service is a simulation of an external data source for accessing personal details of individuals.

It is implemented as a Mock Server so only the test scenarios for the Lookup Service API test specification are supported here.

Getting started

Install Personal Data Service API:

npm install -g personal-data-service-api

Start Personal Data Service API:

personal-data-service-api

Try it:

curl http://localhost:3000/personal-details/424-11-9327

You should get the following back:

{"first_name":"Emma","last_name":"Gautrey","address":"09 Westend Terrace"}