1.0.0 • Published 3 years ago

caller-id-node v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

caller-id

Node.js Phone caller Id using modem

Example

let Phone = require('phone-caller-id');

let phone = new Phone({
    port: '/dev/tty.usbmodem0000001',
    line: '3624422471',
    description: 'House'
});

phone.on('ringing', function (call) {
    console.log(`Ringing: ${call.number}`);
});
1.0.0

3 years ago