An open API service indexing awesome lists of open source software.

https://github.com/florianfe/wikipedia-desktop-app

📚🔎 A small app that uses the inofficial wikipedia API
https://github.com/florianfe/wikipedia-desktop-app

polymer web-components wikipedia-desktop

Last synced: about 1 month ago
JSON representation

📚🔎 A small app that uses the inofficial wikipedia API

Awesome Lists containing this project

README

          

# wikipedia-desktop-app

## Description

### Search for Wikipedia Entries
![Screenshot 1](https://florianfe.github.io/screenshots/wikipedia-desktop-app/screenshot-1.png)

### Available in english, german and french
![Screenshot 2](https://florianfe.github.io/screenshots/wikipedia-desktop-app/screenshot-2.png)

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.

```bash
# 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
```