fredmcgroarty / GitHubAPISearch

Week 8 Exercise @ Makers Academy - Understanding JSON and using Mustache.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##GitHub API Task

The goal of this task was to understand the use of JSON, and mustache.js in the context of web development. The app aims to pull information on a particular user's GitHub account - in this case the number of followers and following the user has.

The app is capable of showing error messages if the input is not a valid user name. And it is possible to remove generated information on the app.

This task was set by Alex Peattie as part of Makers Academy's Week 8 tasks.

##The app is available here

Search results from GitHub API

screenshot

Error message from incorrect input

screenshot

##Stack:

  • Ruby
  • Sintara
  • Javascript
  • JQuery
  • JSON
  • Moustache.js
  • GitHub API

###Github API Task was a collaboration between 4 individuals:

About

Week 8 Exercise @ Makers Academy - Understanding JSON and using Mustache.js