vandjwebdesign / angularJS-github-contributors

GitHub contributors app, written in angularJS, ported from an example app in YUI library 3.5

Home Page:http://daha.github.com/angularJS-github-contributors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularJS GitHub Contributors

This project is a port of the YUI 3.5 app GitHub Contributors to AngularJS.

The CSS has been taken unchanged from the original app. The html structure has also been taken from the original app, but it has been modified to work with AngularJS.

Known differenses between this port and the original app:

  • No pluralization of the word contributor in the on hover title, of the contributors thumbs.
  • One more json query to GitHub, 4 instead of 3.
  • Fewer lines of javascript code, 93 compared to 387, excluding lines with comments and empty lines!

Demo

View the app AngularJS GitHub Contributors.

Licenses

  • All my code is licensed under the Modified BSD License, excluding the lib directories.
  • The html code in the partials directory is also licensed under the same BSD License as the original app.

About

GitHub contributors app, written in angularJS, ported from an example app in YUI library 3.5

http://daha.github.com/angularJS-github-contributors

License:Other


Languages

Language:JavaScript 84.3%Language:HTML 6.6%Language:CSS 6.3%Language:Batchfile 1.3%Language:Shell 1.2%Language:Ruby 0.3%