Created
January 11, 2024 14:37
-
-
Save davatron5000/010c942da8cc99f220a96bf8e8367cdc to your computer and use it in GitHub Desktop.
fueleconomy.gov scraper
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$$('.mpgSummary:not(.ev) .context').map(mpg => parseInt(mpg.nextSibling.textContent)) | |
.reduce((acc,curr) => acc + curr, 0) / $$('.mpgSummary:not(.ev) .context').length |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment