{"id":24534428,"url":"https://github.com/dev-murphy/sda-hymns-api","last_synced_at":"2026-04-24T22:34:36.956Z","repository":{"id":271463816,"uuid":"913518708","full_name":"dev-murphy/sda-hymns-api","owner":"dev-murphy","description":"📖 A FastAPI application to explore and retrieve information for all SDA hymns, including lyrics, authors, and categories","archived":false,"fork":false,"pushed_at":"2025-01-17T17:47:24.000Z","size":538,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T18:46:13.009Z","etag":null,"topics":["fastapi","sqlite-database"],"latest_commit_sha":null,"homepage":"https://sda-hymns-api.vercel.app","language":"Python","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/dev-murphy.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":"2025-01-07T20:56:43.000Z","updated_at":"2025-01-17T17:47:25.000Z","dependencies_parsed_at":"2025-01-07T23:24:05.005Z","dependency_job_id":"99195c5f-a8e5-4836-a949-f95aa720dcb6","html_url":"https://github.com/dev-murphy/sda-hymns-api","commit_stats":null,"previous_names":["dev-murphy/sda-hymns-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-murphy%2Fsda-hymns-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-murphy%2Fsda-hymns-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-murphy%2Fsda-hymns-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-murphy%2Fsda-hymns-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev-murphy","download_url":"https://codeload.github.com/dev-murphy/sda-hymns-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243797644,"owners_count":20349441,"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":["fastapi","sqlite-database"],"created_at":"2025-01-22T11:17:09.538Z","updated_at":"2026-04-24T22:34:31.936Z","avatar_url":"https://github.com/dev-murphy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SDA Hymns API\n\nThis is a FastAPI application with an SQLite database for viewing SDA hymns.\n\n## Features\n\n- View a list of most SDA hymns (currently) with additional information.\n\n  Parameters: `q (optional)`, `cateogries (optional)`, `limit )(default=100)`, `offset (default=0)`\n\n  For example:\n\n  - The key it is played in\n  - The author\n  - Date of publication\n  - and more\n\n- Retrieve details of a specific hymn by hymn nu\n\n## Requirements\n\n- Python 3.7+\n- FastAPI\n- SQLite\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/dev-murphy/sda-hymns-api.git\n   cd sda-hymns-api\n   ```\n\n2. Create and activate a virtual environment:\n\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n   ```\n\n3. Install the dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Run the application:\n   ```bash\n   uvicorn main:app --reload\n   ```\n\n## Usage\n\n- Open your browser and navigate to `http://127.0.0.1:8000/docs` to access the interactive API documentation.\n\n## Project Structure\n\n- `main.py`: The main entry point of the application.\n- `hymns.db`: The sqlite database with hymn information\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-murphy%2Fsda-hymns-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-murphy%2Fsda-hymns-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-murphy%2Fsda-hymns-api/lists"}