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.
Request Body:
username: string
password: string
Response Body:
token: string
Request Params:
name: string
Body:
name: string
tweets: Tweet[]
Request Params:
name: string
Response Body:
name: string
tweets: Tweet[]
Request Params:
name: string