Displaying tweets

This commit is contained in:
Rodrigo Pedroso 2019-06-21 00:06:42 -04:00
commit 6759a05743
8 changed files with 552 additions and 44 deletions

View file

@ -4,9 +4,12 @@
"private": true,
"dependencies": {
"@babel/runtime": "^7.4.5",
"express": "^4.17.1",
"nodemon": "^1.19.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1"
"react-scripts": "3.0.1",
"twitter": "^1.7.1"
},
"scripts": {
"start": "react-scripts start",