Skip to content

Latest commit

 

History

7 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

仓库 files navigation

GitFetch-app

Practice with GitHub Rest Api's for fetch users data (login, repos, location, name, avatar - u can get all provided github api's doc) using HTML, JavaScript and Materialize CSS.

First of all you must to get an api github key such as client ID and client secret, cause github must know who's trying to acess the website's data. You can do that using that way https://github.com/settings/apps/new.

Also u must to point your localhost server's adress (such as http://127.0.0.1:8080) in form's field as Webhook URL, cause events from github api will post to this URL.

I advice u to use command line in working directory with app (use SHIFT+rightclick in working directory) and command '-npm install' for installing requiered modules, then use '-npm install live-server -g' (this is a little development server with live reload capability) and then use 'live-server' to run this local-server in browser and debugging all your's code changes (individually through a file index.html).

关于

Practice with GitHub Api's for fetching user's data using JS

Topics

Resources

Stars

0 stars

关注者

1 watching

复刻s

发布

贡献者

Languages