Skip to content

Instantly share code, notes, and snippets.

/*
We need to require the pupilplugin-creator
*/
var http = require('http')
, pupilPlugin = require('../lib/pupilplugin')
, somehttpstuffthatreturnsjson = new pupilPlugin()
/*
setup is an optional function, that is used to configure the instanciated
version of the plugin. This is used to set configurational parameters.