Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 754 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 754 Bytes

Consuming REST API of GitHub

This repository contains a little client to consume REST-API of Github, it display all users with public repositories

Requirements

Installation

To install the package using bower.

bower install 

To run the server install

npm install -g http-server 

Usage

To run the application typing the follow in your console

1:

gulp dev

2:

npm start

Add gulp task

npm install -g gulp 

Improvements

  • Unit Test