Back to packages list

Vals using cheerio

Description from the NPM package:
The fast, flexible & elegant library for parsing and manipulating HTML and XML.
hoa avatar
a
@hoa
Script
Forked from marksteve/getEpicTvProduct
elsif_maj avatar
nameTopHNThreadCron
@elsif_maj
Cron
Forked from elsif_maj/nameTopHNThread
elsif_maj avatar
nameTopHNThreadUsingSomeonesVal
@elsif_maj
Script
Forked from elsif_maj/nameTopHNThread
elsif_maj avatar
nameTopHNThread
@elsif_maj
Script
An interactive, runnable TypeScript val by elsif_maj
tmcw avatar
trackIphoneTradein
@tmcw
Cron
Track iPhone trade-in prices iPhone trade in values - to trade phones back to Apple themselves - fluctuate over time , and eventually they no longer accept certain kinds of phones. You can still trade in an iPhone 7 - released in 2016 , about 6 years ago as of this writing. But no longer does an iPhone 6 have value back to Apple. This tracks those values - it runs every month and records prices to iphoneTradeInValues , which I'll visualize once there's some data.
richardkaplan avatar
webscrapeWikipediaIntro
@richardkaplan
Script
Forked from vtdocs/webscrapeWikipediaIntro
jora_cody avatar
untitled_magentaBaboon
@jora_cody
Script
An interactive, runnable TypeScript val by jora_cody
neverstew avatar
parseCommonElementsExample
@neverstew
Script
An interactive, runnable TypeScript val by neverstew
mattx avatar
scrape_gradio_data
@mattx
Script
scrape_gradio_data Scrapes the gradio_config object from Gradio sites/spaces. Most useful when pointed at a gradio site with lots of static data like the Open LLM Leaderboard
chrispie avatar
cryptoFearAndGreedIndex
@chrispie
Script
An interactive, runnable TypeScript val by chrispie
kajgod avatar
njuskaloSniff
@kajgod
Script
An interactive, runnable TypeScript val by kajgod
javier avatar
letterboxd
@javier
Script
Gets a list with all the films a user has added to their public diary in Letterboxd. The result is a JSON file with the following structure: "updated_at": "2023-08-13", "count": 470, "films": [ { "watched_on": "2022-10-24", "title": "Aftersun (2022)", "rating": 4.5, "rewatched": false }, { "watched_on": "2021-03-20", "title": "Le Trou (1960)", "rating": 5, "rewatched": true }, ... { "watched_on": "2020-09-13", "title": "Tampopo (1985)", "rating": 5, "rewatched": false } ] } If you want to use it in the browser, just visit this URL: https://javier-letterboxdscrapper.web.val.run/?username={username}
marksteve avatar
getEpicTvProduct
@marksteve
Script
An interactive, runnable TypeScript val by marksteve
adilson avatar
webscrapeMinhaBibliotecaCatolicaBoxList
@adilson
Script
Getting all boxes from MinhaBibliotecaCatolica.com.br
thomasatflexos avatar
generateEmbeddings
@thomasatflexos
Script
An interactive, runnable TypeScript val by thomasatflexos
tmcw avatar
cheerioExample
@tmcw
Script
cheerio cheerio is a popular npm module that makes it easy to parse and manipulate HTML and XML. cheerio is modeled after a reduced version of jQuery . Note that it's pretty different than default browser DOM methods, so you can't call things like .appendChild or document.createElement when using cheerio: it's not based on a full-fledged DOM or browser implementation. But, in exchange it's a lot faster and simpler.