Skip to content

alexmaximo/angularjs-github-info

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS GitHub Info

Node Dependencies Node devDependencies

This application is based on: AngularJS GitHub Contributors App | GitHub

By @ErkoBridee

Demo

View the app AngularJS GitHub Info.

Application

Install AngularJS GitHub Info

Enter the following commands in the terminal.

$ git clone https://github.com/erkobridee/angularjs-github-info.git
$ cd angularjs-github-info/
$ bower install
$ npm install

Prerequisites

  • Must have Git installed

  • Must have node.js (at least v0.8.1) installed with npm (Node Package Manager)

  • Must have Grunt node package installed globally. [sudo] npm install -g grunt-cli

  • Must have Bower node package installed globally. [sudo] npm install -g bower

Grunt.js commands

  • grunt - run jshint

  • grunt server - development mode, prepare files, watch changes and start server on port 1337

  • grunt server:dist - generate deploy version on dist directory and start server on port 1337 looking to this directory

  • grunt gh_pages - publish deploy version files on gh-pages branch

    • grunt gh_pages:init - create local directory with github repository on gh_pages branch

Licenses

About

prove of concept using angularjs accessing github api

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 84.3%
  • CSS 15.7%