{"id":22007393,"url":"https://github.com/joshpetit/sda-hymnal","last_synced_at":"2025-05-05T23:22:37.606Z","repository":{"id":42792453,"uuid":"272998697","full_name":"joshpetit/sda-hymnal","owner":"joshpetit","description":"An NPM Package for the Seventh-day Adventist Hymnal","archived":false,"fork":false,"pushed_at":"2022-12-30T20:39:06.000Z","size":427,"stargazers_count":4,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T18:54:17.572Z","etag":null,"topics":["christian","hymnal","religious","sda","seventh-day-adventist"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/sda-hymnal","language":"JavaScript","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-06-17T14:39:11.000Z","updated_at":"2024-07-11T17:30:53.000Z","dependencies_parsed_at":"2023-01-31T16:05:19.357Z","dependency_job_id":null,"html_url":"https://github.com/joshpetit/sda-hymnal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshpetit%2Fsda-hymnal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshpetit%2Fsda-hymnal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshpetit%2Fsda-hymnal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshpetit%2Fsda-hymnal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshpetit","download_url":"https://codeload.github.com/joshpetit/sda-hymnal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252591137,"owners_count":21773028,"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","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":["christian","hymnal","religious","sda","seventh-day-adventist"],"created_at":"2024-11-30T01:26:01.398Z","updated_at":"2025-05-05T23:22:37.589Z","avatar_url":"https://github.com/joshpetit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sda-hymnal\nThis is the entire (695 hymn) Sda Hymnal; free to use in any capacity.\n\n# Installation\n```sh\nnpm install sda-hymnal\n```\n# Use\n```js\nconst sdaHymnal = require('sda-hymnal')\n\nsdaHymnal({\n    number: VERSE_NUMBER, //Either Number or Title, only one required.\n    title: VERSE_TITLE,\n    type: 'json' || 'text' || 'html' //Defaults to JSON\n}).then( x =\u003e{\n    //...\n})\n```\n# Formats\n### Json Format\n```js\n\n{\n   hymnNumber: NUMBER,\n   hymnTitle: 'Title',\n   \n   verses: [\n   {\n      verseName: 'Verse 1',\n      text: 'Verse_Text'\n   },\n   {\n      verseName: 'Refrain',\n      text: 'Refrain_Text'\n   },\n   //....\n   ]\n\n}\n```\n### Text Format\n```\nHYMN_NUMBER\nHYMN_TITLE\n\nVerse 1\nVerse_Text\n\nRefrain\nRefrain_Text\n```\n\n### HTML Format\n```html\n\n\u003ch4\u003eHymn_Number\u003c/h4\u003e\n\u003ch4\u003eHymn_Title\u003c/h4\u003e\n\n\u003ch5\u003eVerse 1\u003c/h5\u003e\n\u003cp\u003eVerse_Text\u003c/p\u003e\n\n\u003ch5\u003eRefrain\u003c/h5\u003e\n\u003cp\u003eRefrain_Text\u003c/p\u003e\n```\n# Credits\nSQLITE Data modified from [obaralll's hymnal app](https://github.com/obaraIII/SDAHymnal)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshpetit%2Fsda-hymnal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshpetit%2Fsda-hymnal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshpetit%2Fsda-hymnal/lists"}