Keybase proof
I hereby claim:
- I am zicklepop on github.
- I am melkat (https://keybase.io/melkat) on keybase.
- I have a public key ASDoH5VFUmAnAoGUfHHZB5JaotPpyAe9tbJ5HDVFAdl0eAo
To claim this, I am signing this object:
// # LuxerOne Package Delivery QR Code | |
// Office 365 Mail to IFTTT Notifications | |
// Requires IFTTT Pro | |
// | |
// If you live in an apartment building with | |
// a LuxerOne locker system for packages, | |
// you can make an action that looks for new | |
// emails from `support@luxerone.com` and send | |
// a IFTTT notification that allows you to | |
// tap to view the QR code to redeem your |
// # Amazon Package Shipped | |
// Office 365 Mail to Pushcuts | |
// Requires IFTTT Pro | |
// | |
// When your Amazon order has shipped this will send | |
// the tracking URL to Pushcuts who can toss it to | |
// apps like Deliveries.app or Parcel.app. Just set | |
// an action to look for emails from | |
// `shipment-tracking@amazon.com` |
// # LuxerOne Package Delivery | |
// Office 365 Mail to Pushcuts | |
// Requires IFTTT Pro | |
// | |
// If you live in an apartment building with | |
// a LuxerOne locker system for packages, | |
// you can make an action that looks for new | |
// emails from `support@luxerone.com` and send | |
// a Pushcuts notification that allows you to | |
// tap to view the QR code to redeem your |
I hereby claim:
To claim this, I am signing this object:
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: red; icon-glyph: gamepad; | |
const unpkg = (package, file, version) => { | |
return new Promise((callback) => { | |
const jsFile = file || package | |
const pkgVersion = version ? `@${version}` : '' | |
const fm = FileManager.iCloud() | |
const modulesPath = fm.joinPath(fm.documentsDirectory(), 'modules/') | |
const modulePath = fm.joinPath(modulesPath, `${package}${pkgVersion}/`) |
main
as default branchgit config --global init.defaultBranch main
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: green; icon-glyph: archive; | |
// unpkg: like NPM but not as good | |
// and available in Scriptable | |
// | |
// Examples: | |
// - const _ = await unpkg('lodash') | |
// - const CryptoJS = await unpkg('crypto-js') | |
// - const OAuth = await unpkg('oauth-1.0a') |