Skip to content

MoralistFestus/github-profile-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github-profile-finder

A Simple Github User/Profile Finder written in JavaScript.

Requirement

  • Github API v3 - Made use of the Github Api: example https://api.github.com/users/moralistfestus

You can replace the moralistfestus with your github username. You'll get all your Github profile information in a Json format.

Coding

In this project I made use of the ES6 method. The Fetch API (async, await, catch, .then)

Check js/main.js to see how the code goes. ☺