https://github.com/getsettalk/phone-number-lookup
phone number lookup using third party. have some free hits.
https://github.com/getsettalk/phone-number-lookup
expressjs nodejs phone truecallerjs
Last synced: 6 months ago
JSON representation
phone number lookup using third party. have some free hits.
- Host: GitHub
- URL: https://github.com/getsettalk/phone-number-lookup
- Owner: getsettalk
- Created: 2022-06-04T02:36:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-28T04:36:25.000Z (over 2 years ago)
- Last Synced: 2025-03-03T19:53:43.802Z (10 months ago)
- Topics: expressjs, nodejs, phone, truecallerjs
- Language: CSS
- Homepage: https://phone-lookup.vercel.app
- Size: 126 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phone-number-lookup
`this is based on thired party database (we are using truecallerjs)`
# screen-shots :


## `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
```bash
git clone git@github.com:getsettalk/Phone-number-lookup.git
```
go to project folder where you have cloned this App than intialised node module
```bash
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
```bash
node src/index.js
```
## Authors
- [@sujeet kumar](https://www.github.com/getsettalk)