Skip to content

Instantly share code, notes, and snippets.

View ivanleopoldo's full-sized avatar

ivaintwc ivanleopoldo

View GitHub Profile
// Name: Search Novel
import "@johnlindquist/kit";
import * as cheerio from "cheerio";
import axios from "axios";
let baseURL = "https://novelfull.net";
function template(title, link, img) {
return {
// Name: Search Novel
import "@johnlindquist/kit";
import * as cheerio from "cheerio";
import axios from "axios";
let baseURL = "https://novelfull.net";
function template(title, link, img) {
return {