Socket
Socket
Sign inDemoInstall

angular-github-contributions

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    angular-github-contributions

Angular Directive for displaying github contributions without any dependency


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Install size
16.5 kB
Created
Weekly downloads
 

Readme

Source

Github-contributions

Installation

Install via bower

bower install --save angular-github-contributions

Install via npm

npm install --save angular-github-contributions

Usage

Add it as a dependency to your app :

angular.module("myModule",["np.github-contributions"]);

And use by directive syntax as an element

<github-contributions username="portokallidis"></github-contributions>

Available attributes

  • username : a valid github username

Development

Install Gulp via npm if you don't have it

npm install -g gulp

Available commands

  • gulp: build and test the project
  • gulp build: build the project and make new files indist
  • gulp serve: start a server to serve the demo page and launch a browser then watches for changes in src files to reload the page
  • gulp test: run tests
  • gulp serve-test: runs tests and keep test browser open for development. Watches for changes in source and test files to re-run the tests

TODO

  • add tests
  • add more options

License

MIT

Keywords

FAQs

Last updated on 09 Jul 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc