14 lines
265 B
Markdown
14 lines
265 B
Markdown
# dir2opds
|
|
OPDS is an extension of Atom, to serve books. For more information: http://opds-spec.org
|
|
|
|
dir2opds runs an OPDS server using a directory to generate the feeds.
|
|
|
|
# Installation
|
|
|
|
go get github.com/dubyte/dir2opds
|
|
|
|
#usage
|
|
|
|
dir2opds -dir ./books -port 8080
|
|
|