Last active
March 28, 2019 07:31
-
-
Save perry-mitchell/e2656b17428ba026cc6260d1c69f8909 to your computer and use it in GitHub Desktop.
Task automation blog post - 2019-03-28
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { Service } = require("vulpes"); | |
// Create a new service | |
const service = new Service(); // Service takes an optional storage parameter | |
// Initialise the service | |
await service.initialise(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment