dir2opds/README.md

392 B

dir2opds

Serve an OPDS server based on a directory

Some times you only have a directory with books and you want an OPDS, but to get from dir to OPDS you maybe need to do some work, this project aim to simplely works.

It didn't pass the opds validator yet. But the plan is to get to that point.

Installation

go get github.com/dubyte/dir2opds

#usage

dir2opds -dir ./books -port 8080