https://github.com/lukaspustina/bosun_scriptable_widget
JavaScript snippet for the iOS app Scriptable allowing to create a Bosun Alarms overview widget
https://github.com/lukaspustina/bosun_scriptable_widget
bosun ios widget
Last synced: 7 months ago
JSON representation
JavaScript snippet for the iOS app Scriptable allowing to create a Bosun Alarms overview widget
- Host: GitHub
- URL: https://github.com/lukaspustina/bosun_scriptable_widget
- Owner: lukaspustina
- License: mit
- Created: 2020-10-25T11:48:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T12:22:05.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T02:18:42.395Z (9 months ago)
- Topics: bosun, ios, widget
- Language: JavaScript
- Homepage:
- Size: 435 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iOS Scriptable Widget for Bosun
This is a quick and dirty JavaScript snippet for the iOS app [Scriptable](https://scriptable.app) allowing to create a Bosun Alarms overview widget for iOS 14+.
## Preview
## Installation
1. Install [Scriptable](https://scriptable.app)
1. Launch Scriptable and add a new Script
1. Copy'n'paste the contents of `src/index.js` into the new Script
1. Save as "Bosun Widget"
1. Create a new Widget on the Home Screen selecting Scriptable as source and the follow the configuration section.## Configuration
Please see the How-To section in `src/index.js`. You can change the default configuration as well as set a widget specific configuration using Scriptable's widget parameters.
## Postcardware
You're free to use this widget. If you find it useful, I would highly appreciate you sending me a postcard from your hometown mentioning how you use it. My work address is
```
Lukas Pustina
CenterDevice GmbH
Rheinwerkallee 3
53227 Bonn
Germany
```## Contributions
I'm neither an UI person nor a sophisticated JavaScript developer. If you like to enhance the visual representation or the code, I'm happy to accept PRs.