Integrating with Express.js & Socket.io

This commit is contained in:
Nur Muhammad
2020-10-08 21:17:15 +08:00
parent 3fe6bf4f16
commit f3fe3d8f78
5 changed files with 1095 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
"description": "Whatsapp api by Ngekoding",
"main": "app.js",
"scripts": {
"start": "node app.js",
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
@@ -14,7 +14,11 @@
"author": "Nur Muhammad",
"license": "MIT",
"dependencies": {
"express": "^4.17.1",
"http": "0.0.1-security",
"qrcode": "^1.4.4",
"qrcode-terminal": "^0.12.0",
"socket.io": "^2.3.0",
"whatsapp-web.js": "^1.8.2"
}
}