Data Visualization about Tweets on Food categorised by Mood (Emotion) using Emoji.
Designed, developed, and tested for compatibility with Google Chrome.
- Clone the repo
git clone https://github.com/KhalilMrini/FoodMooji.git
- Install
meteor
if you do not have it (brew install meteor
) - In the project directory, run
meteor npm install
to install all dependencies - Execute
meteor
to launch the server - Open your Chrome browser and navigate to
localhost:3000
to access the app
- Clone the repo
https://github.com/KhalilMrini/FoodMooji.git
(e.g. UsingTortoiseGit
, copy the git repo and selectGit Clone
in which you save this repo locally) - Download and install
meteor
fromhttps://www.meteor.com/install
(It takes time!) - Run
cmd
and switch path to the project directory. Runmeteor npm install
to install dependencies - Execute
meteor
to launch the server - Open your Chrome browser and navigate to
localhost:3000
to access the app