Thanks to visit codestin.com
Credit goes to github.com

Skip to content

malave/lob-challenge

Repository files navigation

Description

API for searching addresses from addresses.json.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

Test

# search for CA
$ curl --location --request GET 'http://localhost:3000/api/search/CA'

# Query will be tokenized by space and will return all possible values
$ curl --location --request GET 'http://localhost:3000/api/search/CA San'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published