Skip to content

Instantly share code, notes, and snippets.

@DEGoodmanWilson
DEGoodmanWilson / Final
Last active November 10, 2018 08:35
Snippets for Craftwork V2
const recastai = require('recastai').default
const GphApiClient = require('giphy-js-sdk-core')
const giphy_client = GphApiClient(process.env.GIPHY_KEY)
module.exports = (app) => {
// Your code here
app.log('Yay! The app was loaded!')