Skip to content

Instantly share code, notes, and snippets.

@perry-mitchell
Last active March 28, 2019 07:31
Show Gist options
  • Save perry-mitchell/e2656b17428ba026cc6260d1c69f8909 to your computer and use it in GitHub Desktop.
Save perry-mitchell/e2656b17428ba026cc6260d1c69f8909 to your computer and use it in GitHub Desktop.
Task automation blog post - 2019-03-28
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