项目作者: FlorianFe

项目描述 :
📚🔎 A small app that uses the inofficial wikipedia API
高级语言: JavaScript
项目地址: git://github.com/FlorianFe/Wikipedia-Desktop-App.git
创建时间: 2016-12-17T10:28:06Z
项目社区:https://github.com/FlorianFe/Wikipedia-Desktop-App

开源协议:Creative Commons Zero v1.0 Universal

下载


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.

  1. # Clone this repository
  2. git clone https://github.com/florianfe/wikipedia-desktop-app
  3. # Go into the repository
  4. cd Wikipedia-Desktop-App
  5. # Install npm dependencies
  6. npm install
  7. # Install bower dependencies
  8. bower install
  9. # Run the app
  10. npm start