iOS-Widgets/README.md
Benny Samir Hierl bf8e0011a6
Readme update
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
2020-10-30 20:10:06 +01:00

52 lines
3.5 KiB
Markdown

# iOS-Widgets
This is a Collection of Scripts which can be used with the Scriptable App to create a iOS Widget.
To use the Script, you have to Download the App "Scriptable" from the App Store: https://apps.apple.com/de/app/scriptable/id1405459188
Then you have to copy & paste the desired script into the Scriptable App. Now you can create a Sciptable widget and select the script in the widget settings:
![Setup](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/setup.gif)
## Widget collection
<table>
<tr>
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Countdown/previewLight.jpeg" /></td>
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Countdown/previewDark.jpeg" /></td>
<td><a href="https://github.com/ThisIsBenny/iOS-Widgets/blob/main/Countdown">Countdown</a></td>
</tr>
<tr>
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Covid-19/previewLight.jpeg" /></td>
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Covid-19/previewDark.jpeg" /></td>
<td><a href="https://github.com/ThisIsBenny/iOS-Widgets/blob/main/Covid-19">Covid-19 7-Day-Incidence for Düsseldorf</a></td>
</tr>
<tr>
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Ecosia/previewLight.jpeg" /></td>
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Ecosia/previewDark.jpeg" /></td>
<td><a href="https://github.com/ThisIsBenny/iOS-Widgets/blob/main/Ecosia">Ecosia Tree Counter</a></td>
</tr>
<tr>
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Meeting-dial-in/previewLight.jpeg" /></td>
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Meeting-dial-in/previewDark.jpeg" /></td>
<td><a href="https://github.com/ThisIsBenny/iOS-Widgets/blob/main/Meeting-dial-in">Meeting dial in (Beta-Version)</a></td>
</tr>
<tr>
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/VodafoneDE/previewLight.jpeg" /></td>
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/VodafoneDE/previewDark.jpeg" /></td>
<td><a href="https://github.com/ThisIsBenny/iOS-Widgets/blob/main/VodafoneDE">Vodafone DE remaining data volume</a></td>
</tr>
<tr>
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/VRR-Monitor/previewLight.jpeg" /></td>
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/VRR-Monitor/previewDark.jpeg" /></td>
<td><a href="https://github.com/ThisIsBenny/iOS-Widgets/blob/main/VRR-Monitor">VRR-Monitor</a></td>
</tr>
<tr>
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/car-location/previewLight.jpeg" /></td>
<td><img height="100px" src="https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/car-location/previewDark.jpeg" /></td>
<td><a href="https://github.com/ThisIsBenny/iOS-Widgets/blob/main/car-location">Where did I park my car?</a></td>
</tr>
</table>
## Roadmap
You will find the List of Widgets where I'm working on here: [Roadmap](https://github.com/ThisIsBenny/iOS-Widgets/projects/1)
If you have widget ideas, please feel free and share those ideas with me via GitHub Issue. But there is no guarantee that I will realize the widget idea.