Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

RunKit + npm: fortuned-api-client

node v6.17.1
version: 2.0.1
endpointsharetweet
const cookie = require('fortuned-api-client'); const api = new cookie.Api(); api.fortune().then(function(cookie) { console.log(cookie.cookie); }, console.warn);
Created from: https://npm.runkit.com/fortuned-api-client
Loading…

no comments

    sign in to comment