Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.23 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.23 KB

Phone-number-lookup

this is based on thired party database (we are using truecallerjs)

screen-shots :

phone lookup

phone-search

how can i use :

if you want to use this Application for search number online than visit this link : https://phone-number-lookup.herokuapp.com/

this Application using backend as nodejs , expressjs

Deployment

To use this project on local

 git clone [email protected]:getsettalk/Phone-number-lookup.git

go to project folder where you have cloned this App than intialised node module

npm init

------After init go to " src/index.js" for change your installation id of truecallerjs --------

At line No.49 : * const truecallerid = "your installation id"* if you are outsite india than write your Own country code

if you want to see truecallerjs package than go to :https://www.npmjs.com/package/truecallerjs

After succefully init. and change installation id

node src/index.js

Authors