[unfinished] – Serve a Wikipedia hyperdrive feed over HTTP.
Switch branches/tags
Nothing to show
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
lib
static
.editorconfig
.gitignore
api.js
cli.js
index.js
license.md
package-lock.json
package.json
readme.md

readme.md

wikipedia-feed-ui

Serve a Wikipedia dat archive feed over HTTP.

npm version build status ISC-licensed chat on gitter

Installing

npm install wikipedia-feed-ui

Usage

Usage:
    wiki-feed-ui [-p port] [--db path-to-dat-archive]
Options:
    --offline  -o  Don't send data to other peers. Default: false
    --port     -p  Port to listen on. Default: 3000
    --db           Path to the P2P Wiki dat archive.
                   Default: /Users/j/Library/Application Support/p2p-wiki/db
Examples:
    wiki-feed-ui -p 8080 --db my-custom-p2p-wiki-archive

Contributing

If you have a question or have difficulties using wikipedia-feed-ui, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.