Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 599 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 599 Bytes

GitHub-Finder

Search GitHub Users and their latest repositories

  • GitHub API is being used
  • Change client_id & client_secret keys according to your Github profile not to restrict the user search to just 100
  • the number of repositories to display can be changed
  • the repositories can be shown ascending or descending order

modification needed > github.js

constructor() {
    this.client_id = own key;
    this.client_secret = own key;
    this.repos_count = 5;
    this.repos_sort = 'created: asc';
  }

Visit Demo Website