Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A line counter for GitHub-hosted repositories, built with node.js

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'.