📚🔎 A small app that uses the inofficial wikipedia API
This App uses the unofficial wikipedia API for displaying search results.
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