1.1.0 • Published 3 years ago
node-truecaller v1.1.0
node-truecaller
Install using npm:
npm install node-truecallerExample usage
const lookup = require('node-truecaller');
res = await lookup('+91xxxxxxxxxx');
console.log(res);License
MIT
npm install node-truecallerconst lookup = require('node-truecaller');
res = await lookup('+91xxxxxxxxxx');
console.log(res);MIT