this is based on thired party database (we are using truecallerjs)
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
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