Skip to content

Instantly share code, notes, and snippets.

View timelincoln7648's full-sized avatar

Kody timelincoln7648

View GitHub Profile
@rjaus
rjaus / express.js
Last active January 16, 2018 17:10
node express ITR signature signing example
'use strict'
const express = require('express')
const bodyParser = require('body-parser')
const crypto = require('crypto')
const xero_webhook_key = 'XERO_WEBHOOKS_KEY'
// Create a new instance of express
const app = express()
@staltz
staltz / introrx.md
Last active March 26, 2024 00:52
The introduction to Reactive Programming you've been missing