diff --git a/appointment.js b/appointment.js index f9d3e98..bee08af 100644 --- a/appointment.js +++ b/appointment.js @@ -33,6 +33,10 @@ mongoManager.connect().then(r => { } ) +function startBookWithNumbers(startNumber, endNumber) { + +} + // Connect to the device. async function needToBook(contact, mongoManager) { @@ -70,3 +74,5 @@ async function startWithList(contacts, device) { console.log(contents); }, Promise.resolve()); } + +module.exports = startBookWithNumbers \ No newline at end of file diff --git a/index.html b/index.html index e6accd8..bab93d5 100644 --- a/index.html +++ b/index.html @@ -5,11 +5,20 @@