Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noobnooc/ebreader
A epub reader for browser
https://github.com/noobnooc/ebreader
epub epub-reader golang reader
Last synced: 27 days ago
JSON representation
A epub reader for browser
- Host: GitHub
- URL: https://github.com/noobnooc/ebreader
- Owner: noobnooc
- License: mit
- Created: 2019-08-15T13:46:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T04:39:59.000Z (over 5 years ago)
- Last Synced: 2024-11-07T23:38:57.395Z (about 1 month ago)
- Topics: epub, epub-reader, golang, reader
- Language: Go
- Size: 4.16 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - noobnooc/ebreader - A epub reader for browser (Go)
README
# EBReader
A epub reader for browser## Install
- With GO:
```bash
go get github.com/hardo/ebreaderebreader
```## Usage
- Type `ebreader file.epub` on terminal:
```bash
ebreader OReilly.Introducing.Go.2016.1.epub# Opening file......
# Extracting file to working directory......
# Listening on 127.0.0.1:4444 ......
# Please visit http://localhost:4444 to view the book......
```- Then open browser,visit `http://localhost:4444`
## Options
```bash
-a string
The address to listen. (default "127.0.0.1")
-p int
The port ebreader will listen on. (default 4444)
-w string
The working directory of ebreader. (default "/tmp")
```## Example
- Run:
![](example/c.png)
- browse:
![](example/b.png)