(Part of FreeCodeCamp challenges)
A simple app to search for Wikipedia articles or get a random article. Using jQuery to access the Wikipedia API (using jsonp format to avoid cross domain error), loop through the results and display them in separate divs.
(You might get an error on github pages because of https security layer).
You can check the app working on GitHub or on [CodePen] (http://codepen.io/fabien_d/full/GjzoXv/)