/gigLister

A single page site to search for your favourite bands and display their upcoming tour dates, playing with jQuery and the Songkick API

Primary LanguageJavaScript

gigLister

A simple website allowing you to search for a music artist that you want to see, select the correct result and see all of their upcoming tourdates.

Learning Objectives

  • To get to grips working with an API, in this case, Songkick
  • AJAX
  • jQuery
  • Mustache
  • Bower for front end library management

Technologies used

Technology Used for
jQuery Dynamic front end
HTML5 Web page structure
CSS3 Styling
Bootstrap Base styling theme
Mustahce Templating
Songkick API Getting artist information

How to use

> git clone https://github.com/odelevingne/gigLister
> cd gigLister
> npm install
> bower install
> httpster
> visit http://localhost:3333