Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days ago
JSON representation
[unfinished] – Serve a Wikipedia hyperdrive feed over HTTP.
- Host: GitHub
- URL: https://github.com/derhuerst/wikipedia-feed-ui
- Owner: derhuerst
- License: isc
- Created: 2017-06-11T18:21:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T02:31:30.000Z (over 3 years ago)
- Last Synced: 2024-10-03T23:59:53.763Z (about 1 month ago)
- Topics: gui, http, hypercore, hyperdrive, wikipedia
- Language: JavaScript
- Homepage: https://github.com/derhuerst/wikipedia-feed-ui
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license.md
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).