connecting to remote mysql db, saving market alerts

This commit is contained in:
egradanin
2019-01-19 16:53:27 +01:00
parent 3cebd722fd
commit 18032c6ca6
12 changed files with 487 additions and 24 deletions

View File

@@ -11,6 +11,8 @@
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"express": "^4.16.4",
"node-fetch": "^2.3.0"
"mysql2": "^1.6.4",
"node-fetch": "^2.3.0",
"sequelize": "^4.42.0"
}
}