Skip to content

Instantly share code, notes, and snippets.

View shaikh-shahid's full-sized avatar
🌎
Building Decentralized Web

Shahid Shaikh shaikh-shahid

🌎
Building Decentralized Web
View GitHub Profile
@shaikh-shahid
shaikh-shahid / beefree.js
Created March 30, 2017 11:20 — forked from andrei-tofan/beefree.js
Fetch access token from beefree api
/**
* NodeJS beefree.io integration
*/
const https = require('https');
const querystring = require('querystring');
/**
* Fetch access token from beefree api
*/