Welcome to Gmail Stats, a single page application that helps Gmail users visually analyze their inbox activity. This is the frontend client for my Node.js email stats scraper. If you're a developer and would like to clone or fork this repo, read below on how to get started.
git clone https://github.com/micahtyong/email-stats-client.git
npm install
npm run serve
npm run build
npm run lint