All Projects → projectwallace → extract-css

projectwallace / extract-css

Licence: MIT License
Extract all CSS from a webpage, packaged as a Now V2 Lambda

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to extract-css

terraform-aws-lambda-function
A Terraform module for deploying and managing Lambda functions on Amazon Web Services (AWS). https://aws.amazon.com/lambda/
Stars: ✭ 37 (+60.87%)
Mutual labels:  lambda, function
Playwright Aws Lambda
Support for running Microsoft's Playwright on AWS Lambda and Google Cloud Functions
Stars: ✭ 107 (+365.22%)
Mutual labels:  lambda, function
spotify-lambda
λ🎵AWS Lambda functions for Spotify tracking
Stars: ✭ 12 (-47.83%)
Mutual labels:  lambda
cerberus-serverless-components
A collection of AWS Serverless components for Cerberus
Stars: ✭ 12 (-47.83%)
Mutual labels:  lambda
is-arrow-function
Determine if a function is an ES6 arrow function or not.
Stars: ✭ 20 (-13.04%)
Mutual labels:  function
linkedinscraper
LinkedinScraper is an another information gathering tool written in python. You can scrape employees of companies on Linkedin.com and then create these employee names, titles and emails.
Stars: ✭ 22 (-4.35%)
Mutual labels:  scraper
herman
Herman is a tool to simplify deployment of AWS Services using ECS and Lambda, and the provisioning of various AWS services.
Stars: ✭ 33 (+43.48%)
Mutual labels:  lambda
nuxt-on-lambda
Nuxt.jsをAWS Lambdaで動かす
Stars: ✭ 78 (+239.13%)
Mutual labels:  lambda
zero-administration-inference-with-aws-lambda-for-hugging-face
Zero administration inference with AWS Lambda for 🤗
Stars: ✭ 19 (-17.39%)
Mutual labels:  lambda
serverless-contact-form
Email contact form using the Serverless framework on AWS Lambda
Stars: ✭ 39 (+69.57%)
Mutual labels:  lambda
the-weather-scraper
A Lightweight Weather Scraper
Stars: ✭ 56 (+143.48%)
Mutual labels:  scraper
linky
Yet Another LInkedIn Scraper...
Stars: ✭ 44 (+91.3%)
Mutual labels:  scraper
spider
Multithreaded Web spider crawler written in Rust.
Stars: ✭ 81 (+252.17%)
Mutual labels:  scraper
discord-music
Discord music bot written in Typescript
Stars: ✭ 12 (-47.83%)
Mutual labels:  scraper
ogcheckr-api
An api to check social media username availability on a variety of services
Stars: ✭ 18 (-21.74%)
Mutual labels:  scraper
papercut
Papercut is a scraping/crawling library for Node.js built on top of JSDOM. It provides basic selector features together with features like Page Caching and Geosearch.
Stars: ✭ 15 (-34.78%)
Mutual labels:  scraper
sp-subway-scraper
🚆This web scraper builds a dataset for São Paulo subway operation status
Stars: ✭ 24 (+4.35%)
Mutual labels:  scraper
cfn-encrypt
🔑🔐☁️ Cloudformation custom resource that enables creation of KMS encrypted strings and SSM secure parameters
Stars: ✭ 13 (-43.48%)
Mutual labels:  lambda
whatsapp-tracking
Scraping the status of WhatsApp contacts
Stars: ✭ 49 (+113.04%)
Mutual labels:  scraper
spring-boot-lambda
No description or website provided.
Stars: ✭ 44 (+91.3%)
Mutual labels:  lambda

Extract CSS

Get all the CSS from a webpage.

The problem

The folks from CSS Stats have created get-css, a package to get all the CSS from a given webpage. One downside, however, is that it only works for server side rendered applications.

The solution

This package uses an actual browser under the hood to get all the CSS and exposes an HTTP endpoint that accepts a url to get the CSS from. Read all about it in this blog post on ProjectWallace.com.

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].