/week1

Primary LanguageJavaScript

Week 1 Porject: Github User's Repo Look-Up

Author: kitet

A website project that retrives public repositories of a github user(input as username) using github API that requires api key

Keywords(Tech Used)

npm, bower, gulp, botstrap, html5

How to Run and Changes to Effect Before Running

  1. Clone:
git clone 
  1. Create Github API key:

    • Go settings of account.
    • Select Personal Access Tokens from the sidebar, and hit Generate New Token.
    • Select Generate Token without any selection on list given.
  2. Save you key on a .env file with export.apiKey variable:

exports.apiKey = "YOUR_API_KEY";
  1. Install dependencies:
npm install and bower install
  1. Build the project:
gulp build
  1. Deploy on any browser(latest version):