Skip to content

Instantly share code, notes, and snippets.

View doness's full-sized avatar
🕷️

Candra Gannes doness

🕷️
View GitHub Profile
/**********************
* PAGE SPEED TRACKER by Gannes
**********************/
// CONFIGURATION
const CONFIG = {
API_KEY: 'YOUR_API_KEY', // <-- Replace with your PageSpeed API Key
TARGET_URL: 'https://example.com', // <-- Replace with your target URL
SHEET_NAME: 'PageSpeed Data',
TIMEZONE: 'GMT+7',