dir2opds/README.md

17 lines
392 B
Markdown
Raw Normal View History

2017-03-04 02:05:37 +00:00
# dir2opds
Serve an OPDS server based on a directory
2017-03-04 03:41:48 +00:00
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