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: stringResponse Body:
token: stringRequest Params:
name: stringBody:
name: string
tweets: Tweet[]Request Params:
name: stringResponse Body:
name: string
tweets: Tweet[]Request Params:
name: string