Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gion/angular-github-status-directive
an angular directive that outputs the github status image
https://github.com/gion/angular-github-status-directive
Last synced: 5 days ago
JSON representation
an angular directive that outputs the github status image
- Host: GitHub
- URL: https://github.com/gion/angular-github-status-directive
- Owner: gion
- Created: 2014-03-05T09:22:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T15:38:11.000Z (over 10 years ago)
- Last Synced: 2024-10-10T10:19:24.494Z (about 1 month ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
angular-github-status
=====================This is an angular module (in fact it's an angular directive) that outputs the github status into your project.
It can be very usefull for applications that rely on github api.It is in fact a widget that outputs the [github api status](https://status.github.com/api/status.json) as a text and as a [green](http://developer.github.com/images/status-icon-good.png)/[yellow](http://developer.github.com/images/status-icon-minor.png)/[red](http://developer.github.com/images/status-icon-major.png) octocat.
The simplest way to add it into your project is to add it as a bower component:
`)
`bower install angular-github-status`
After that:
* add the main files to your project (*releaser/angular-github-status.js* and *release/angular-github-status.css*)
* add the module as a dependency to your angular app (`angular.module('myFancyApp', ['githubStatus'])`)
* add the directive anywhere on the site where you want the status to be shown (`
* tweak the css however you want in order to suite your needsFeel free to [make any suggestions, pull requests and issues](https://github.com/gion/angular-github-status-directive/issues/new).