{"id":23900781,"url":"https://github.com/rodzyk/readiverse","last_synced_at":"2026-02-05T15:32:05.405Z","repository":{"id":257825336,"uuid":"872231416","full_name":"rodzyk/readiverse","owner":"rodzyk","description":"A library for reading and parsing multiple eBook and document formats.","archived":false,"fork":false,"pushed_at":"2024-10-14T06:04:54.000Z","size":447,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T15:44:27.742Z","etag":null,"topics":["mobi"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rodzyk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-14T04:31:57.000Z","updated_at":"2024-10-15T07:06:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"f87eda41-b468-4b28-b38f-7942a4ec742e","html_url":"https://github.com/rodzyk/readiverse","commit_stats":null,"previous_names":["rodzyk/readiverse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rodzyk/readiverse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodzyk%2Freadiverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodzyk%2Freadiverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodzyk%2Freadiverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodzyk%2Freadiverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodzyk","download_url":"https://codeload.github.com/rodzyk/readiverse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodzyk%2Freadiverse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29124801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T14:05:12.718Z","status":"ssl_error","status_checked_at":"2026-02-05T14:03:53.078Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mobi"],"created_at":"2025-01-04T20:38:07.843Z","updated_at":"2026-02-05T15:32:05.388Z","avatar_url":"https://github.com/rodzyk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Readiverse.js\n\n**Readiverse.js** is a JavaScript library designed for reading and parsing multiple eBook and document formats, starting with `.mobi` and `.djvu`, with plans for future support of additional formats.\n\n## Features\n\n- 📖 **MOBI Reader**: Parse and extract content from `.mobi` files, including metadata, text, and images.\n- 📚 **DJVU Reader**: Load and display `.djvu` documents. (WIP..)\n\n## Installation\n\nTo install **Readiverse.js**, use npm:\n\n```bash\nnpm install readiverse\n```\n\n## Usage\nHere's a simple example of how to use Readiverse.js to load a .mobi file:\n\n```ts\nimport { MobiFileReader } from \"./mobi\";\nimport * as fs from 'fs';\n\nconst FILE_NAME = `assets/sample1.mobi`;\n\nconst view = new DataView(fs.readFileSync(FILE_NAME, null).buffer)\nconst mobi = new MobiFileReader(view);\n\nconst td = new TextDecoder(\"utf-8\");\nconst html = td.decode(mobi.readText())\n```\n\n## API\n### MobiFileReader\n`new MobiFileReader(file)`\nCreates a new instance of the MobiFileReader with the provided file.\n\n`readText()`\nParses the .mobi file and returns an object containing metadata, content, and images.\n\n## Roadmap\n\n- [x] MOBI file support\n- [ ] DJVU file support\n\n## Contributing\nWe welcome contributions! If you'd like to improve the library or add new features, feel free to submit a pull request or open an issue.\n\n## License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodzyk%2Freadiverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodzyk%2Freadiverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodzyk%2Freadiverse/lists"}