jasonette-1

node v6.17.1
version: 8.0.0
endpointsharetweet
const Giphy = require( 'giphy' ) exports.endpoint = function(request, response) { let giphy = new Giphy( 'put key here'); response.end(` { "$jason": { "head": { "title": "Josefine" }, "body": { "sections": [{ "items": [ {"type": "label", "text": "mao"} ] }] } } } `); } // "miau"
Loading…

no comments

    sign in to comment