wikipedia-feed-ui
Serve a Wikipedia dat archive feed over HTTP.
Installing
npm install wikipedia-feed-uiUsage
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.