joshfarrant / shortcuts-js

A JavaScript iOS 12 Shortcuts creator
https://shortcuts.fun
GNU General Public License v3.0
1.69k stars 101 forks source link

Create more interesting examples #2

Open joshfarrant opened 5 years ago

joshfarrant commented 5 years ago

There's currently a single example Shortcut in the README, however it would be nice to have a few more examples showcasing what Shortcuts-js can do, as well as showing some of the more interesting/useful actions.

One of the benefits of building our Shortcuts with JS is that it's possible to create Shortcuts that would be hugely time-consuming or tedious to create with the drag-and-drop interface the Shortcuts app provides. It would be nice to have an example of this where a series of actions are generated using a loop, or extracted into their own function which can then be easily reused.

joshfarrant commented 5 years ago

A few more were have been added to the README, but the more examples the better really. Open to suggestions on interesting/useful examples, especially as more and more actions are made available.