/Wikipedia-Desktop-App

📚🔎 A small app that uses the inofficial wikipedia API

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

wikipedia-desktop-app

Description

Search for Wikipedia Entries

Screenshot 1

Available in english, german and french

Screenshot 2

This App uses the unofficial wikipedia API for displaying search results.

To Use

In order to use this application you need to have node.js and bower installed.

# Clone this repository
git clone https://github.com/florianfe/wikipedia-desktop-app
# Go into the repository
cd Wikipedia-Desktop-App
# Install npm dependencies
npm install
# Install bower dependencies
bower install
# Run the app
npm start