Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/projectwallace/extract-css

Extract all CSS from a webpage, packaged as a Now V2 Lambda
https://github.com/projectwallace/extract-css

Add v2 endpoint to extract CSS with scraping (#48)

* quick to check if duped css is now gone

* Add v2 extract-css endpoint

* rm lru-cache fro...

9af013f1a732840f759c2ee24d522243bd1b7bb0 authored over 2 years ago
Bump lodash from 4.17.20 to 4.17.21 (#46)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](htt...

d122d106c54b47f1d9e47478b8f07feee5f4b64c authored almost 3 years ago
Bump ansi-regex from 4.1.0 to 4.1.1 (#45)

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](...

dc8b9c0359f6ef3ae28f2cfd7e39d64f574623ae authored almost 3 years ago
Bump minimist from 1.2.5 to 1.2.6 (#44)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](h...

96a2bff3216abb294ee403bfeecda5e539781b7b authored almost 3 years ago
handle server timeouts (#42)

a3f36c76e05e8b92c0c6920eb631996c086ce96a authored about 3 years ago
close browser onerror (#40)

Co-authored-by: Bart Veneman <[email protected]>

088e6ae33fe4238e564c4400559db6f7bc76b48c authored about 3 years ago
Upgrade deps (#38)

* upgrade all deps, convert to vercels new api structure

* Upgrade dependencies

- chrome-a...

c59ed91c07494b78e864bb5fb59ceb4e6b31bbb1 authored about 3 years ago
Bump normalize-url from 5.3.0 to 5.3.1 (#37)

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 5.3.0 to 5.3.1.
- [Re...

22d1c2d74e2ff65d3465746df20dfa53980775c7 authored over 3 years ago
Upgrade dependencies (#36)

24d3e9b5249972b2dfb0e7ad515dbc0bd3b4d20d authored almost 4 years ago
Set custom User-Agent string for Puppeteer as workaround (#35)

60f004a9a4e92e200ffd0c7602fe48b18acef9b0 authored almost 4 years ago
update deps, fix normalizeUrl issue (#33)

* update deps, fix normalizeUrl issue

* rm unsupported vercel config option

* rm unsupport...

534b42ccf269f9e662a1eccdf24490b6335dbc3f authored about 4 years ago
Bump lodash from 4.17.15 to 4.17.19 (#32)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](htt...

3a7f04cd68ceb0d648807dd279516869e9192609 authored over 4 years ago
do not cache the puppeteer page internally (#31)

fixes #30

1225c75691ebbd98de23d550ae5a955b908e1f5d authored almost 5 years ago
Create funding.yml

0b518f0b191b0ada4bd2dd7f083c9a405f5afc25 authored almost 5 years ago
Bump acorn from 7.1.0 to 7.1.1 (#29)

Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
- [Release notes](https://...

33f2b679eb9604352a88e352d737cda04032d78e authored almost 5 years ago
improve extraction, add option to get JSON (#28)

Co-authored-by: Bart Veneman <[email protected]>

e5558055a2f0b00c2d54bbdc8c7a9a3c862eda44 authored almost 5 years ago
extract inline styles (#26)

fcfde09889c3db388a85cf0e86442af41a573762 authored almost 5 years ago
update deps (#24)

* update deps

* update deps

* prettier/eslint mayhem

* re-enable silent catch block for...

4c777517f84fb40de278175565b29bd0734af007 authored almost 5 years ago
update dependencies (#22)

f5bfce7ed3a3d5772db200c43c579a42184b2e2c authored about 5 years ago
Update readme.md (#19)

be2abda5ba2172cad61d3018f8b7b4a1b7c084b3 authored about 5 years ago
fail silently if CSSCoverage API is already enabled (#21)

3cb4b437d51aea2ebf2c056f9186d6505b389bc2 authored over 5 years ago
improve general error 500 handling (#20)

e047ce6919ee8e682da24e6badcce204ec96e223 authored over 5 years ago
keep a locally cached Page instance (#18)

* keep a locally cached Page instance

* use puppeteer 1.19.0

69ecc542f2b17ba7f62eeacf55c87ffba79adddc authored over 5 years ago
replace xo and prettier with eslint (#17)

4cc79c148d84b1ea0bc9471b2ebbf41b386c4a71 authored over 5 years ago
Bump eslint-utils from 1.3.1 to 1.4.2 (#16)

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2.
- [Releas...

1b6ab0422cea76ff36c6b5422808e48cc91ba440 authored over 5 years ago
fix example urls

f0d091b9cf4fabc1393e799391ff1df33b30baef authored over 5 years ago
add 60 second cache (#15)

* add 60 second cache

* add log to verify that item is taken from cache

* fix cache age

...

856f3ec49b458edebe4abfa374ebdd72cf00158d authored over 5 years ago
validate url before passing to puppeteer or got (#13)

ad671e038e31e9e845a65f97947119dba1c4ea51 authored over 5 years ago
re-enable normalizeUrl

3ca03213c7c98eae000fd0ce161ff62a58b19977 authored over 5 years ago
disable normalizeUrl (#11)

c21a0d62614670172e6340f20dc277a58fac9362 authored over 5 years ago
Scrape CSS-in-JS, reduce dependencies, normalize url (#10)

e3c72a8a61a19b18241d6aa40f6c0fbdadac5afe authored over 5 years ago
Bump lodash.mergewith from 4.6.1 to 4.6.2 (#9)

Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release note...

b6bde41310ce44e6b0ab8737e9d0573d957359cb authored over 5 years ago
Merge pull request #7 from bartveneman/dependabot/npm_and_yarn/js-yaml-3.13.1

Bump js-yaml from 3.12.1 to 3.13.1

c55b7b416e20a924894a92e9dcc874e60efa8ff9 authored over 5 years ago
Bump js-yaml from 3.12.1 to 3.13.1

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.13.1.
- [Release notes](http...

cc0ff05a87fb3630f5bd13729dcf7eed5d89c4b8 authored over 5 years ago
deploy to all Now regions

6da5d97f8b5c214743f8999e9b1a53dc444c1d9b authored over 5 years ago
Merge pull request #5 from bartveneman/use-extract-css-core

Use extract css core

7693678f92c6090fe3f133630e8550bb6bcb80b4 authored almost 6 years ago
try extract-css-core

ff4b228114b5b23ed742e53a19cb8fe72e9827fa authored almost 6 years ago
Merge pull request #4 from bartveneman/use-extract-css-core

mv extract-css to separate file

bbe7f28f955821aaca8fda3d7ec26a075ff2dbb1 authored almost 6 years ago
mv extract-css to separate file

c78b521c0c66cc465829c38f1bf30a9e36841fdd authored almost 6 years ago
add project wallace badge

2d4686ca5037eab3cef3dc19a895e4bd42e4a268 authored almost 6 years ago
add possibility to extract css from an actual CSS file url

1c8932f36a5a2b018023958520d31d5244f74014 authored almost 6 years ago
Wait for networkwork connections to become idle for at least 500ms

d768e7ff579015093751abd92e7806a08cfbb3eb authored almost 6 years ago
fix link in homepage

be4d2e983d85cdef1af8eaa43e13a8ade785b539 authored almost 6 years ago
only get the css of a url

I'm not so interested in how the CSS is structured in terms of and style tags and I want to easi...

cfa4995e6b781ada1643d305e6ba107b24bf2122 authored almost 6 years ago
only get the css of a url

35e7441a364ae44a5b163406f15c442a68aa8153 authored almost 6 years ago
hey, I asked nicely, now align center you

f87a107da1911a123f0c6ee335c578260d2b09c1 authored almost 6 years ago
init commit

0ef2308b928bc364aa006a8fce6311608f182aa2 authored almost 6 years ago