1.0.3 • Published 6 years ago

personal-data-service-api v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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"}
1.0.2

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago