Wikipedia Viewer

Completion of Wikipedia Viewer Free Code Camp challenge utilizing:

Available for view on CodePen.

User Stories

  • I can search Wikipedia entries in a search box and see the resulting Wikipedia entries.
  • I can click a button to see a random Wikipedia entry.

Hints

  1. Here's a URL you can use to get a random Wikipedia article: https://en.wikipedia.org/wiki/Special:Random.
  2. Here's an entry on using Wikipedia's API: https://www.mediawiki.org/wiki/API:Main_page.
  3. Use this link to experiment with Wikipedia's API.