wikipedia-desktop-app
Description
Search for Wikipedia Entries
Available in english, german and french
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