Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 488 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 488 Bytes

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. ☺