Skip to content

Instantly share code, notes, and snippets.

<?
# MIT license, do whatever you want with it
#
# This is my invoice.php page which I use to make invoices that customers want,
# with their address on it and which are easily printable. I love Stripe but
# their invoices and receipts were too wild for my customers on Remote OK
#
require_once(__DIR__.'/../vendor/autoload.php');
@adeteejay
adeteejay / file.json
Created January 20, 2016 12:37
A better JSON structure
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "tjfgog1e303t"
}
},
"type": "Entry",
@adeteejay
adeteejay / about.html
Created January 20, 2016 12:36
Fixed pipe messy
<h1 >{{data.fields?.title}}</h1>
<!-- <p >{{data.fields?.content}} </p>
-->
<p [innerHtml]="data.fields?.content | escapeHtml"></p>