Greek In Tech API example

node v6.17.1
version: 1.0.0
endpointsharetweet
This is a playground to test greek-in-tech npm package.
const greekInTech = require('greek-in-tech'); exports.endpoint = function(request, response) { response.writeHead(200, {"Content-Type": "application/json"}); response.end(JSON.stringify(greekInTech.all)); }
Loading…

no comments

    sign in to comment