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
- Host: GitHub
- URL: https://github.com/florianfe/wikipedia-desktop-app
- Owner: FlorianFe
- License: cc0-1.0
- Created: 2016-12-17T10:28:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T10:23:14.000Z (about 9 years ago)
- Last Synced: 2025-09-09T05:09:33.993Z (9 months ago)
- Topics: polymer, web-components, wikipedia-desktop
- Language: JavaScript
- Homepage:
- Size: 1.31 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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.
```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
```