{"id":38801569,"url":"https://github.com/htbkoo/lightweight-epub-reader-electron","last_synced_at":"2026-01-17T12:47:14.505Z","repository":{"id":37196214,"uuid":"242468442","full_name":"htbkoo/lightweight-epub-reader-electron","owner":"htbkoo","description":"A lightweight epub-reader desktop app created with electron","archived":false,"fork":false,"pushed_at":"2024-05-22T21:57:10.000Z","size":2822,"stargazers_count":5,"open_issues_count":37,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-22T22:43:13.472Z","etag":null,"topics":["electron-app","epub","epub-reader","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/htbkoo/lightweight-epub-reader-electron/releases/tag/v0.3.1","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/htbkoo.png","metadata":{"files":{"readme":"README-electron.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-23T06:28:40.000Z","updated_at":"2024-05-27T11:35:38.285Z","dependencies_parsed_at":"2023-02-13T09:00:56.609Z","dependency_job_id":null,"html_url":"https://github.com/htbkoo/lightweight-epub-reader-electron","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/htbkoo/lightweight-epub-reader-electron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htbkoo%2Flightweight-epub-reader-electron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htbkoo%2Flightweight-epub-reader-electron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htbkoo%2Flightweight-epub-reader-electron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htbkoo%2Flightweight-epub-reader-electron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/htbkoo","download_url":"https://codeload.github.com/htbkoo/lightweight-epub-reader-electron/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htbkoo%2Flightweight-epub-reader-electron/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["electron-app","epub","epub-reader","typescript"],"created_at":"2026-01-17T12:47:14.371Z","updated_at":"2026-01-17T12:47:14.467Z","avatar_url":"https://github.com/htbkoo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# electron-quick-start-typescript\n\n**Clone and run for a quick way to see Electron in action.**\n\nThis is a typescript port of the [Electron Quick Start repo](https://github.com/electron/electron-quick-start) -- a minimal Electron application based on the [Quick Start Guide](http://electron.atom.io/docs/tutorial/quick-start) within the Electron documentation.\n\n**Use this app along with the [Electron API Demos](http://electron.atom.io/#get-started) app for API code examples to help you get started.**\n\nA basic Electron application needs just these files:\n\n- `package.json` - Points to the app's main file and lists its details and dependencies.\n- `main.ts` - Starts the app and creates a browser window to render HTML. This is the app's **main process**.\n- `index.html` - A web page to render. This is the app's **renderer process**.\n\nYou can learn more about each of these components within the [Quick Start Guide](http://electron.atom.io/docs/tutorial/quick-start).\n\n## To Use\n\nTo clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:\n\n```bash\n# Clone this repository\ngit clone https://github.com/electron/electron-quick-start-typescript\n# Go into the repository\ncd electron-quick-start-typescript\n# Install dependencies\nnpm install\n# Run the app\nnpm start\n```\n\nNote: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.\n\n## Re-compile automatically\n\nTo recompile automatically and to allow using [electron-reload](https://github.com/yan-foto/electron-reload), run this in a separate terminal:\n\n```bash\nnpm run watch\n```\n\n## Resources for Learning Electron\n\n- [electron.atom.io/docs](http://electron.atom.io/docs) - all of Electron's documentation\n- [electron.atom.io/community/#boilerplates](http://electron.atom.io/community/#boilerplates) - sample starter apps created by the community\n- [electron/electron-quick-start](https://github.com/electron/electron-quick-start) - a very basic starter Electron app\n- [electron/simple-samples](https://github.com/electron/simple-samples) - small applications with ideas for taking them further\n- [electron/electron-api-demos](https://github.com/electron/electron-api-demos) - an Electron app that teaches you how to use Electron\n- [hokein/electron-sample-apps](https://github.com/hokein/electron-sample-apps) - small demo apps for the various Electron APIs\n\n## License\n\n[CC0 1.0 (Public Domain)](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtbkoo%2Flightweight-epub-reader-electron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhtbkoo%2Flightweight-epub-reader-electron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtbkoo%2Flightweight-epub-reader-electron/lists"}