Skip to content

Instantly share code, notes, and snippets.

@Ianfeather
Ianfeather / mock.json
Created October 10, 2023 14:33
GET /pages/{pageID}
{
"id": 1,
"name": "en_us__bf_homepage",
"display_name": "BF Homepage",
"metadata": {},
"created_at": 1695932476,
"updated_at": 1695932476,
"deleted_at": null,
"last_updated_by": "[email protected]",
"items": [
@Ianfeather
Ianfeather / buzz.json
Created October 24, 2023 14:31
Buzz from resource hub with badges and socialpromo
{
"buzz": {
"all_classifications": {
"editions": [
"US"
],
"sections": [
"Celebrity",
"Work & Money"
]
const { chromium} = require('playwright')
const { spawn } = require('child_process');
const user = "RigUI";
const key = "key";
const capabilities = {
'browserName': 'chrome',
'browserVersion': 'latest',
'LT:Options': {