Skip to content

Instantly share code, notes, and snippets.

View ianjennings's full-sized avatar

Ian Jennings ianjennings

View GitHub Profile
import { IExecuteFunctions } from 'n8n-core';
import {
INodeExecutionData,
INodeType,
INodeTypeDescription,
} from 'n8n-workflow';
export class Gravatar implements INodeType {
description: INodeTypeDescription = {

hello world!

  • this
  • that
  • the other thing

00:01

Hey, my name is Ian Jennings. And today we're going to get started with PubNub Vue.

00:06

So what I've done here is I've created a basic view app using the Vue CLI.

const Tesseract = require('tesseract.js');
Tesseract.recognize(
'https://tesseract.projectnaptha.com/img/eng_bw.png',
'eng',
{ logger: m => console.log(m) }
).then(({ data: { text } }) => {
console.log(text);
})

02:52

It's a Maven dependency

02:49

chrome.exe > Maven Repository: com.paircast » sdk-xms » 1.0.2 - Google Chrome

02:54

castId: {
type: 'string',
required: true
},
apiKey: {
type: 'string',
required: true
},
apiSecret: {
type: 'string',