Skip to content

Instantly share code, notes, and snippets.

@jwchang0206
Created March 2, 2020 09:35
Show Gist options
  • Save jwchang0206/94a5953dc44484aef583981a3266c762 to your computer and use it in GitHub Desktop.
Save jwchang0206/94a5953dc44484aef583981a3266c762 to your computer and use it in GitHub Desktop.
{
"name": "tweet-sentiment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"mongodb": "^3.3.0-beta2",
"sentiment": "^5.0.1",
"twit": "^2.2.11"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment