Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmcdole/anathem
Digital Library
https://github.com/mmcdole/anathem
Last synced: about 1 month ago
JSON representation
Digital Library
- Host: GitHub
- URL: https://github.com/mmcdole/anathem
- Owner: mmcdole
- Created: 2020-02-12T07:12:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T07:42:32.000Z (almost 5 years ago)
- Last Synced: 2024-10-15T22:49:55.420Z (3 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anathem
`Anathem` is a self-hosted digital library for your ebooks and audiobooks.
#### Packages:
Package | Description
--- | ---
`api` | REST API
`cmd` | CLI utility
`config` | Application Settings
`database` | Datastore
`importer` | Book Importers
`metadata` | Metadata Providers
`web` | Web front-end#### Dependencies:
* echo
* go-sqlite3