Twitter Monitoring API
ㅡ Twitter Monitoring API
Table of Contents
Introduction
node.js 에서 twitter standard API를 사용해 개발 하였습니다. keyword 입력시 관련 twitter context를 모두 search 합니다. search 한 데이터들은 table 로 Visualization 진행.
monitoring/
|──coverage/
| |── ...
|──public/
| |── docs/
| | |── README.md
| |── ...
| | |── ...
| | `ㅡ ...
|──script/
| |── ...
|──src/
| |── ...
└── package.json
Prerequisite
Must run in terminal in the webStorm environment.
- webStorm: Work on the project using the webstone.
Development
Testing
$ npm run serve
Commit
We are following Angular’s commitizen rules for formatting git commit message. This allows you to read messages that are easy to understand when looking for project history. It also uses the git commit message to generate our CHANGELOG file.
$ npm install -g git-cz
$ git add .
$ git git-cz
$ git push
Role
node.js
에서 back-end API
를 설계하여 SNS 기반 Keyword 관련 데이터
분석 및 시각화 진행
Result
입력 값으로 keyWord 를 찾아보고,
가져온 데이터를 전처리 하여 원하는 데이터만 시각화하여 표현
license
MIT License
About
Authored and maintained by ingyu