- Upload csv file from crowdtangle
- When upload success, put the file's content in _Waiting directory
- Auto crawl news content from the posts in _Waiting dir
- If crawl failed, put failed post in _Failed dir
- CLIENT: Query data & keyword filter & Export to csv
- Node.js v8.9.4
//server
npm install
npm i -g concurrently
npm run start