Simple overview of use/purpose.
An in-depth paragraph about your project and overview of use.
| /** | |
| * Modified version of epub-press-js (https://github.com/haroldtreen/epub-press-clients/tree/master/packages/epub-press-js) | |
| * which runs in Scriptable on iOS. | |
| * | |
| * Saves an EPUB version of the given URL to an iCloud Drive folder | |
| * | |
| * Expects these Shortcut parameters to be passed in: | |
| * title: string | |
| * description: string | |
| * url: string |
| ## How to hide API keys from github ## | |
| 1. If you have already pushed commits with sensitive data, follow this guide to remove the sensitive info while | |
| retaining your commits: https://help.github.com/articles/remove-sensitive-data/ | |
| 2. In the terminal, create a config.js file and open it up: | |
| touch config.js | |
| atom config.js |