Skip to content

Instantly share code, notes, and snippets.

View r-brown's full-sized avatar
🇩🇪
Happy Licensing!

R.Brown r-brown

🇩🇪
Happy Licensing!
View GitHub Profile
// 1) Open website
// e.g. https://netlicensing.io
// 2) Open browser console
// - Firefox: Tools > Web Developer > Web Console
// - Chrome: More Tools > Developer Tools
// - Safari: Develop > Show JavaScript Console
// 3) Load GuideChimp scripts and styles
fetch('https://io.labs64.com/GuideChimp/docs/samples/bootstrap-browser-console.js')
'use strict';
const https = require('https');
const http = require('http');
const $url = require('url');
const querystring = require('querystring');
const CORS_HEADERS = {
'Access-Control-Allow-Methods': 'OPTIONS,POST',
'Access-Control-Allow-Headers': 'Content-Type,Authorization,X-Amz-Date,X-Api-Key,X-Amz-Security-Token',
@r-brown
r-brown / netlicensing-csharp-ci.yml
Created September 1, 2020 12:23
GitHub Actions - NetLicensing C# Client - CI workflow
name: NetLicensing C# Client - CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
@r-brown
r-brown / netlicensing-csharp-release.yml
Created September 1, 2020 12:23
GitHub Actions - NetLicensing C# Client - Relese workflow
name: NetLicensing C# Client - Release
on:
workflow_run:
workflows: ["NetLicensing C# Client - CI"]
branches: [ master ]
types:
- completed
jobs: