{"id":22007414,"url":"https://github.com/joshpetit/votd-retriever","last_synced_at":"2025-07-25T06:02:59.650Z","repository":{"id":57393824,"uuid":"279156495","full_name":"joshpetit/votd-retriever","owner":"joshpetit","description":"Retrieve the verse of the day from","archived":false,"fork":false,"pushed_at":"2020-07-17T15:36:50.000Z","size":301,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-28T06:24:11.082Z","etag":null,"topics":["bible","verse","votd-retriever"],"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/joshpetit.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}},"created_at":"2020-07-12T22:11:35.000Z","updated_at":"2020-09-01T22:20:12.000Z","dependencies_parsed_at":"2022-08-27T08:51:05.150Z","dependency_job_id":null,"html_url":"https://github.com/joshpetit/votd-retriever","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joshpetit/votd-retriever","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshpetit%2Fvotd-retriever","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshpetit%2Fvotd-retriever/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshpetit%2Fvotd-retriever/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshpetit%2Fvotd-retriever/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshpetit","download_url":"https://codeload.github.com/joshpetit/votd-retriever/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshpetit%2Fvotd-retriever/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266963279,"owners_count":24013020,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","verse","votd-retriever"],"created_at":"2024-11-30T01:26:40.862Z","updated_at":"2025-07-25T06:02:59.598Z","avatar_url":"https://github.com/joshpetit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# votd-retriever\nVerse of the day retriever retrieves verses from different sites in the \nmost direct fashion.\n### Supported sites\n- YouVersion (bible.com) \n- Bible.org\n- BibleGateway.com\n- Ourmanna.com\n\nIf you want to add a site to retrieve a verse from please send a pull request, \nthis is mainly for aggregation.\n\n### Usage\nInstallation:\n```\nnpm install votd-retriever\n...\nlet {Votd} = require('./index.js')\n```\nUse: \n```\nlet votd = new Votd({\n    YouVersion: \"APIKEY\" //YouVersion is the only site requiring an API Key\n});\n\nvotd.getYouVersion()\n    .then(res =\u003e console.log(res))\n\n```\nResponse Format:\n```\ninterface VOTD {\n    /**\n     * The name of the site/company choosing specific VOTD.\n     */\n    source: string,\n    /**\n     * The web homepage of the site creating the VOTD.\n     */\n    mainPage: string,\n    /**\n     * MM/DD/YYYY\n     */\n    date: string,\n    verseRef: string\n    imageURL?: string\n}\n```\n## Eventual Goals:\n- Add daily devotionals\n- Add more sites (more immediate)\n- Begin Parsing HTML for sites that do not have an RSS feed or REST API","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshpetit%2Fvotd-retriever","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshpetit%2Fvotd-retriever","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshpetit%2Fvotd-retriever/lists"}