tonic + npm: contentful

node v0.12.18
version: 1.0.0
endpointsharetweet
var client = require("contentful").createClient({ space: 'cfexampleapi', accessToken: 'b4c0n73n7fu1' }); client.entries() .then(entries => console.log(entries))
Created from: https://tonicdev.com/npm/contentful
Loading…

no comments

    sign in to comment