{"id":21314620,"url":"https://github.com/dor-sketch/tanakh","last_synced_at":"2026-02-25T16:33:45.157Z","repository":{"id":256274307,"uuid":"854795750","full_name":"Dor-sketch/tanakh","owner":"Dor-sketch","description":"A simple, lightweight web application for reading the Hebrew Bible (Tanakh תנך) online.","archived":false,"fork":false,"pushed_at":"2025-04-02T17:53:37.000Z","size":27033,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T18:48:43.417Z","etag":null,"topics":["bible","bible-api","hebrew-bible","sefaria","torah"],"latest_commit_sha":null,"homepage":"https://dorpascal.com/tanakh/","language":"HTML","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/Dor-sketch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-09-09T19:41:29.000Z","updated_at":"2025-04-02T17:53:41.000Z","dependencies_parsed_at":"2025-03-06T23:35:29.472Z","dependency_job_id":null,"html_url":"https://github.com/Dor-sketch/tanakh","commit_stats":null,"previous_names":["dor-sketch/tanakh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dor-sketch/tanakh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dor-sketch%2Ftanakh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dor-sketch%2Ftanakh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dor-sketch%2Ftanakh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dor-sketch%2Ftanakh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dor-sketch","download_url":"https://codeload.github.com/Dor-sketch/tanakh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dor-sketch%2Ftanakh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29830249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T15:41:19.027Z","status":"ssl_error","status_checked_at":"2026-02-25T15:40:47.150Z","response_time":61,"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":["bible","bible-api","hebrew-bible","sefaria","torah"],"created_at":"2024-11-21T18:14:12.185Z","updated_at":"2026-02-25T16:33:45.133Z","avatar_url":"https://github.com/Dor-sketch.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hebrew Bible Reader - תנ״ך אונליין\n\n![Hebrew Bible Reader](https://dorpascal.com/tanakh/images/marquee_promo_tile.jpg)\n\n[![GitHub license](https://img.shields.io/github/license/Dor-sketch/tanakh.svg)](https://github.com/Dor-sketch/tanakh/blob/master/LICENSE)\n\n[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/jkadmhnjhehekcgcajgnjjiehiefndcd.svg)](https://chrome.google.com/webstore/detail/jkadmhnjhehekcgcajgnjjiehiefndcd)\n[![Chrome Web Store](https://img.shields.io/chrome-web-store/users/jkadmhnjhehekcgcajgnjjiehiefndcd.svg)](https://chrome.google.com/webstore/detail/jkadmhnjhehekcgcajgnjjiehiefndcd)\n[![Chrome Web Store](https://img.shields.io/chrome-web-store/stars/jkadmhnjhehekcgcajgnjjiehiefndcd.svg)](https://chrome.google.com/webstore/detail/jkadmhnjhehekcgcajgnjjiehiefndcd)\n\n[![GitHub issues](https://img.shields.io/github/issues/Dor-sketch/tanakh.svg)](https://github.com/Dor-sketch/tanakh/issues)\n\nA simple, lightweight web application for reading the Hebrew Bible (Tanakh) online. This project uses HTML, JavaScript, and CSS to create an interactive interface for selecting and reading biblical texts in Hebrew.\n\n## Features\n\n- Select books from the Hebrew Bible\n- Choose specific chapters\n- Display verses in Hebrew\n- Click on verses to view them individually\n- Responsive design for various screen sizes\n\n## Demo\n\n[View the live demo](https://dorpascal.com/tanakh/)\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Dor-sketch/tanakh.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd tanakh\n   ```\n\n3. Open `index.html` in your web browser or host it on a web server.\n\n## Usage\n\n1. Open the application in a web browser.\n2. Select a book from the dropdown menu.\n3. Choose a chapter from the second dropdown menu.\n4. The verses will be displayed in the main content area.\n5. Click on any verse to view it in an alert box.\n\n## Technologies Used\n\n- HTML5\n- CSS3 (with Tailwind CSS for styling)\n- JavaScript (ES6+)\n- [Sefaria API](https://github.com/Sefaria/Sefaria-Project/wiki/API-Documentation) for fetching biblical texts\n\n## API\n\nThis project uses the Sefaria API to fetch biblical texts. The API is accessed using JSONP to avoid CORS issues. No API key is required for basic usage.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n## Acknowledgements\n\n- [Sefaria](https://www.sefaria.org/) for providing the API and biblical texts\n- [Tailwind CSS](https://tailwindcss.com/) for the utility-first CSS framework\n- [Frank Ruhl Libre](https://fonts.google.com/specimen/Frank+Ruhl+Libre) font from Google Fonts\n\n## Contact\n\n[Dor Pascal] - [https://dorpascal.com/](https://dorpascal.com/)\n\nProject Link: [https://github.com/Dor-sketch/tanakh](https://github.com/Dor-sketch/tanakh)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdor-sketch%2Ftanakh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdor-sketch%2Ftanakh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdor-sketch%2Ftanakh/lists"}