Skip to content

Instantly share code, notes, and snippets.

View TheCois's full-sized avatar

FRANCOIS BONIN TheCois

View GitHub Profile
@TheCois
TheCois / template_sample.json
Created May 25, 2019 09:13
Template file sample for StoragePug's Notification system
{
"events": [
{
"name": "ContactPaysOnline",
"templates": [
{
"channels":[
"Email"
],
"text": {

Keybase proof

I hereby claim:

  • I am thecois on github.
  • I am thecois (https://keybase.io/thecois) on keybase.
  • I have a public key ASCeAF2kd6ViHQFmNRWVsFkMgX-f1dAW45qg9kPIKLYSeAo

To claim this, I am signing this object:

// this is where you would put your code
@TheCois
TheCois / gist:93957292c92475c5c054c728335b90d9
Created May 27, 2023 03:36
Streamlined version of the code
MENU = {
"espresso": {
"ingredients": {
"water": 50,
"coffee": 18,
},
"cost": 1.5,
},
"latte": {
"ingredients": {