tricky.js

Fork me on GitHub
If you're not a developer, just try out the demo! NoLegalTech
npm install -g triky
triky http://npmjs.com

Using as a module

your-script.js
var triky = require('triky'),
    url = 'http://npmjs.com';
 
triky.grab(url, cookies => {
    // do stuff with cookies
});

Using as a REST API

npm run start &
curl http://localhost:8080/cookies/http%3A%2F%2Fnpmjs.com

Demo

Enter url: 
Name Value Expires Origin