Skip to content

optiklab/browsers-lang-stats

 
 

Repository files navigation

browsers-lang-stats

Languages distributions in Firefox and Chromium? You can see the chart [here][gh-pages].

Repository contains scripts collecting the language statistics for [mozilla-firefox/firefox] and [chromium/chromium] repositories. Gathered data then assembled into a pie charts browsers-lang-stats.mustache.

Page is updated weekly with a Travis Cron job. See the date meta tag for the exact build time.

Build stat

Build json document with the language details for Chromium and FireFox:

dev/build-data ./firefox > build/data.json
dev/build-data ./chromium >> build/data.json

Build pie charts

Expand mustache template:

mustache data.json browsers-lang-stats.mustache > browsers-lang-stats.html

Result

1

Links

mozilla-firefox/firefox chromium/chromium gh-pages

About

Language details of the browsers repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 64.2%
  • Mustache 35.8%