This web app can read LINE chat logs and parse them on client-side for statistics. Made with Angular.
The web app is live on GitHub pages. You can try it out by clicking here.
To run the web application you need Node.js. The following commands can be used:
npm start
: Start the application locally in english.npm run start:ja
: Start the application locally in japanese.npm run build
: Build the english application in dist folder.npm run build:ja
: Build the japanese application in dist folder.npm run deploy
: Build english and japanese version and deploy with angular-cli-ghpages. (Note: Need to install angular-cli-ghpages globally)npm test
: Run unit tests.npm run coverage
: Generate coverage in coverage folder.