See what mood a country is in based on the emojis found in tweets from people in real-time.
- Is Britain feeling like a tears-of-joy emoji or crying-face emoji after Brexit?
- During e.g. Christmas, see which countries are tweeting Christmas-related emojis to understand cultural observances.
- Install node.js for npm
- Install node modules
npm install
- Run
npm start
to start the server - Open http://localhost:3000 to view the page
- Angular JS for the front-end
- Node.js for the back-end
- Twitter Streaming API for streaming tweets
- Twit for connecting to Twitter Streaming API
- Populating the emojis on the map
- Use sentiment analysis on tweets to see mood another way
This project was created by Owen Huyn and Jan Clarin for the Hack the North 2016 hackathon.