Skip to content

Instantly share code, notes, and snippets.

View boulama's full-sized avatar
💭
69 + 42

Boulama K. boulama

💭
69 + 42
View GitHub Profile
@boulama
boulama / feedbucket-tinq-webhook.php
Created April 26, 2022 08:40
feedbucket webhook
<?php
use GuzzleHttp\Client;
$client = new Client();
$data = json_decode($request->getContent(), true);
$action = $data['action'];
$feedback = $data['feedback'];
$project = $feedback['project'];
$reporter = $feedback['reporter'];
@izuolan
izuolan / worker.js
Last active July 6, 2023 15:15
Custom domain for your Craft.do pages. Demo: https://next-craft.vercel.app and Tutorial: https://zuolan.me/en/next_craft_en
// Your domain name
const MY_DOMAIN = 'note.example.com'
// Website language
const LANG = 'en'
// Favicon url
const FAVICON_URL = 'https://example.com/favicon.ico'
// Your config page link