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: 8 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T02:31:30.000Z (almost 5 years ago)
- Last Synced: 2025-01-07T19:12:08.113Z (over 1 year 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.**
[](https://www.npmjs.com/package/wikipedia-feed-ui)
[](https://travis-ci.org/derhuerst/wikipedia-feed-ui)

[](https://gitter.im/derhuerst)
[](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).