Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/derhuerst/wikipedia-feed-ui

[unfinished] – Serve a Wikipedia hyperdrive feed over HTTP.
https://github.com/derhuerst/wikipedia-feed-ui

gui http hypercore hyperdrive wikipedia

Last synced: about 13 hours ago
JSON representation

[unfinished] – Serve a Wikipedia hyperdrive feed over HTTP.

Awesome Lists containing this project

README

        

# wikipedia-feed-ui

**Serve a Wikipedia [dat archive](https://github.com/datproject/dat-node) feed over HTTP.**

[![npm version](https://img.shields.io/npm/v/wikipedia-feed-ui.svg)](https://www.npmjs.com/package/wikipedia-feed-ui)
[![build status](https://img.shields.io/travis/derhuerst/wikipedia-feed-ui.svg)](https://travis-ci.org/derhuerst/wikipedia-feed-ui)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/wikipedia-feed-ui.svg)
[![chat on gitter](https://badges.gitter.im/derhuerst.svg)](https://gitter.im/derhuerst)
[![support me on Patreon](https://img.shields.io/badge/support%20me-on%20patreon-fa7664.svg)](https://patreon.com/derhuerst)

## Installing

```shell
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](https://github.com/derhuerst/wikipedia-feed-ui/issues).