mkruijt / PromisessObjectsAndStringRendering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project of today

The goal is render a github informations on a page with: Promises, Map and Reduce. Take a look to the GitHub API Documentation to know where to fetch the informations.

Steps:

  • Create an Object that is a User in GitHub
  • Add a method to fetch user informations
  • After informations are fetched, fetch repository informations
  • After display on HTML

About


Languages

Language:JavaScript 82.5%Language:HTML 17.5%