Skip to content

Latest commit

 

History

History
executable file
·
9 lines (6 loc) · 537 Bytes

README.md

File metadata and controls

executable file
·
9 lines (6 loc) · 537 Bytes

Wikipedia-Viewer

(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/)