Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 431 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 431 Bytes

WebDrain

Meteor web application that shows you statistics related to the time you have spent visiting websites in Google Chrome. These statistics are obtained through our Chrome Extension that is left in a separate repository.

Development

Since the webpage is powered by Meteor, all you have to do is:

meteor npm install
meteor

This would effectively run the backend, the frontend, and a local instance of MongoDB.