Skip to content

Instantly share code, notes, and snippets.

View MosesSamPaul's full-sized avatar

MosesSamPaul MosesSamPaul

View GitHub Profile
@MosesSamPaul
MosesSamPaul / gist:26b8f34ffad282eb1446e62177a1ab03
Created December 18, 2018 07:22
BlockStack - Github proof
Verifying my Blockstack ID is secured with the address 1DiPZxFvfxMsbVisWpBTvUfoHdfRQUFVtF https://explorer.blockstack.org/address/1DiPZxFvfxMsbVisWpBTvUfoHdfRQUFVtF
@MosesSamPaul
MosesSamPaul / StockTrackerBot.js
Last active July 8, 2020 23:30
How to build a chatbot with DialogFlow
'use strict';
var https = require ('https');
const functions = require('firebase-functions');
const DialogFlowApp = require('actions-on-google').DialogFlowApp;
console.log('set me');
exports.dialogflowFirebaseFulfillment = functions.https.onRequest((request, response) => {
console.log('Inside Main function.....yessssssss');