Skip to content

Instantly share code, notes, and snippets.

View jazarja's full-sized avatar

James Azarja jazarja

View GitHub Profile
Internal Tool Platform
----------------------
Airtable Clone
- Nocodb
https://github.com/nocodb/nocodb
https://nocodb.com/
- Budibase
https://github.com/budibase/budibase
@jazarja
jazarja / pushbullet.afl
Created April 8, 2019 16:22 — forked from marketcalls/pushbullet.afl
PushBullet AFL Code
//Coded by Rajandran R : Date 16th Nov 2014
//Website : www.marketcalls.in
//Copyright : Never Cared about it do whatever you want but dont forget to give relevant credits
_SECTION_BEGIN("PushBullet");
EnableScript("VBScript");
<%
@jazarja
jazarja / gist:31d02896f70e33b36d8c
Created February 28, 2016 06:50
Google OAuth Passport Sample
/**
* Sign in with Google.
*/
passport.use(new GoogleStrategy({
clientID: process.env.GOOGLE_ID,
clientSecret: process.env.GOOGLE_SECRET,
callbackURL: '/auth/google/callback',
passReqToCallback: true
}, function(req, accessToken, refreshToken, profile, done) {