Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 364 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 364 Bytes

Line Count

A service for calculating line counts of GitHub-hosted projects.

Built with node.js + Server-Sent Events.

Demo

http://line-count.herokuapp.com/

Notes

The actual line-counting code is very shoddy, so it will count some comment lines as lines of code. Also anything other than a small and arbitrary list of languages is just listed as 'Text'.