{"id":13715937,"url":"https://github.com/Korysam15/bamboo-scriptable-widget","last_synced_at":"2025-05-07T05:31:49.951Z","repository":{"id":213419259,"uuid":"734083692","full_name":"Korysam15/bamboo-scriptable-widget","owner":"Korysam15","description":"Track your Bamboo build plans effortlessly! This Scriptable Widget, coded in JavaScript, provides at-a-glance status updates, ensuring you stay informed on the health and progress of your projects right from your device's home screen. Enhance your development workflow with the Bamboo Build Widget.","archived":false,"fork":false,"pushed_at":"2024-01-18T22:21:44.000Z","size":226,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-14T04:34:33.003Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Korysam15.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2023-12-20T20:35:31.000Z","updated_at":"2024-11-05T20:24:12.000Z","dependencies_parsed_at":"2024-01-05T23:42:13.786Z","dependency_job_id":"7d323a28-cca3-49e8-b5d0-0f47e0db1c7b","html_url":"https://github.com/Korysam15/bamboo-scriptable-widget","commit_stats":null,"previous_names":["korysam15/bamboo-scriptable-widget"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Korysam15%2Fbamboo-scriptable-widget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Korysam15%2Fbamboo-scriptable-widget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Korysam15%2Fbamboo-scriptable-widget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Korysam15%2Fbamboo-scriptable-widget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Korysam15","download_url":"https://codeload.github.com/Korysam15/bamboo-scriptable-widget/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252823028,"owners_count":21809700,"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":[],"created_at":"2024-08-03T00:01:05.283Z","updated_at":"2025-05-07T05:31:44.933Z","avatar_url":"https://github.com/Korysam15.png","language":"JavaScript","funding_links":[],"categories":["Tools"],"sub_categories":[],"readme":"# Bamboo Scriptable Widget\n\n![Bamboo Widget Preview](https://github.com/Korysam15/bamboo-scriptable-widget/blob/main/docs/img/widget.png)\n\n## Table of Contents\n- [Introduction](#introduction)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Configuration](#configuration)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\n**Bamboo Scriptable Widget** is a JavaScript-based widget for the [Scriptable](https://scriptable.app/) app that provides a convenient way to monitor the status of Bamboo build plans directly from either your iOS or macOS device's home screen.\n\n## Prerequisites\n\nBefore you begin, ensure you have the following prerequisites:\n\n- [Scriptable App](https://scriptable.app/) installed on your iOS or macOS device.\n\n## Installation\n\n1. Clone or download the repository:\n\n    ```bash\n    git clone https://github.com/Korysam15/bamboo-scriptable-widget.git\n    ```\n\n2. Open the Scriptable app.\n\n3. Create a new script by tapping the \"+\" icon and paste the contents of `bamboo-widget.js` into the script editor.\n\n4. Save the script and exit the Scriptable app.\n\n5. Add a Scriptable widget to your iOS or macOS home screen.\n\n6. Edit the widget, and choose the \"Bamboo Widget\" script you just created.\n\n7. Resize the widget according to your preferences.\n\n8. Enjoy real-time Bamboo build plan status updates on your home screen!\n\n## Usage\n\nThe Bamboo Scriptable Widget will automatically fetch and display the status of your configured build plans. Tap the widget to open the Scriptable app for more details.\n\n## Configuration\n\nCustomize the widget by modifying the configuration options within the script. Edit the `config` object to set your Bamboo server URL, API key, and specific build plans to monitor.\n\n```javascript\nconst config = {\n    bambooUrl: 'https://your-bamboo-server.com',\n    apiKey: 'your-api-key',\n    buildPlans: ['plan-1', 'plan-2'],\n};\n```\n\n## Contributing\nFeel free to contribute to the project by opening issues or submitting pull requests. Follow the contribution guidelines for details.\n\n## License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKorysam15%2Fbamboo-scriptable-widget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKorysam15%2Fbamboo-scriptable-widget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKorysam15%2Fbamboo-scriptable-widget/lists"}