adding in twitter api setup

This commit is contained in:
talksik
2018-08-08 08:04:36 -07:00
parent 03f683da84
commit 59903ae13c
3 changed files with 65 additions and 18 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"dependencies": {
"express": "^4.16.3",
"mysql": "^2.16.0",
"socket.io": "^2.1.1"
"socket.io": "^2.1.1",
"twit": "^2.2.11"
},
"devDependencies": {},
"scripts": {