A Simple Github User/Profile Finder written in JavaScript.
- 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.
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. ☺