Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cb372/line-count
A line counter for GitHub-hosted repositories, built with node.js
https://github.com/cb372/line-count
Last synced: 3 months ago
JSON representation
A line counter for GitHub-hosted repositories, built with node.js
- Host: GitHub
- URL: https://github.com/cb372/line-count
- Owner: cb372
- Archived: true
- Created: 2013-07-07T12:16:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T12:06:18.000Z (about 5 years ago)
- Last Synced: 2024-04-14T15:20:02.159Z (7 months ago)
- Language: JavaScript
- Size: 6.73 MB
- Stars: 146
- Watchers: 3
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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'.