Add ui for answers from source

This commit is contained in:
MirnaM
2018-03-28 15:51:10 +02:00
parent 85d1b01dab
commit 5484a9a461
9 changed files with 141 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "example",
"name": "tellall",
"version": "1.0.0",
"description": "",
"main": "test.js",
@@ -10,9 +10,9 @@
"express": "^4.13.0",
"isomorphic-fetch": "^2.2.1",
"mongodb": "^2.2.33",
"nodejs-text-summarizer": "^2.0.3",
"nodemailer": "^4.4.1",
"request": "^2.83.0"
},
"author": "Matt Kruse <github@mattkruse.com> (http://mattkruse.com/)",
"license": "MIT"
"request": "^2.83.0",
"rss-parser": "^3.1.1",
}
}