You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "#BirdsEye refers you to similar tweets from what you tweeted so you can see the other point of view hence giving you a birds-eye view",
"main": "server.js",
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv-safe": "^8.2.0",
"express": "^4.17.1",
"request": "^2.88.2",
"twitter": "^1.7.1",
"winston": "^3.3.3"
},
"devDependencies": {
"concurrently": "^5.3.0",
"coveralls": "^3.1.0",
"nodemon": "^2.0.6",
"prettier": "^2.1.2"
},
"scripts": {
"client:install": "cd client && npm install && cd ../",