Skip to content

A simple web application to collect tweets from Twitter, analyze and display them on word clouds or maps.

Notifications You must be signed in to change notification settings

minosse99/Twitter_Tracker

 
 

Repository files navigation

Twitter Tracker

A simple web application to collect tweets from Twitter, analyze and display them on word clouds or maps. To run the app from a fresh repo clone, just run the commands npm install and npm start in sequence. These commands will install all dependencies, build the project and start the server.

API

POST /auth/login

Request Body:

username: string
password: string

Response Body:

token: string

PUT /tweet-collections/:name

Request Params:

name: string

Body:

name: string
tweets: Tweet[]

GET /tweet-collections/:name

Request Params:

name: string

Response Body:

name: string
tweets: Tweet[]

DELETE /tweet-collections/:name

Request Params:

name: string

About

A simple web application to collect tweets from Twitter, analyze and display them on word clouds or maps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.7%
  • HTML 3.6%
  • JavaScript 2.6%
  • Other 1.1%