dir2opds/README.md
2017-03-24 01:28:42 -04:00

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