Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 745 Bytes

File metadata and controls

23 lines (19 loc) · 745 Bytes

Github-Repository-Finder-App

JavaScript Web application that fetches and displays repositories using fetch and promise ES6. Also work with functions, events, loops and more. and Materialcss

`You can Also use this is Live on Server (Netlify.com)

Open https://github-find-repo.netlify.com/ to view it in the browser. Also you can use it. Have Enjoy

Change this line

Set github.js

class Github { �
constructor() {�
this.client_id = 'xxxxxxxxxxxxxxxxxxxx';�
this.client_secret = 'xxxxxxxxxxxxxxxxxxxxxxx';�
this.repo_count = 4;�
}�