Skip to content

Instantly share code, notes, and snippets.

@cbleisch
cbleisch / get_devo.js
Created March 28, 2024 14:50
Script for generating text & html content from API Endpoint in Live Streams
import axios from "axios";
import striptags from "striptags";
import { decode } from 'html-entities';
import fs from 'fs';
import QRCode from 'qrcode';
import path from "path";
import inquirer from 'inquirer';
import DatePrompt from "inquirer-date-prompt";
import dayjs from 'dayjs';
import isYesterday from 'dayjs/plugin/isYesterday.js';