Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Sven Slootweg 6dfe242980 Fix license 3 лет назад
bin Initial commit 3 лет назад
src Initial commit 3 лет назад
.eslintrc Initial commit 3 лет назад
.gitignore Initial commit 3 лет назад
README.md Initial commit 3 лет назад
package.json Fix license 3 лет назад
yarn.lock Initial commit 3 лет назад

README.md

Browservis

⚠️⚠️ This is not production-quality code yet! ⚠️⚠️

I quickly put this together as a yak to shave for another project of mine, involving scraping. I put exactly enough effort into it that it works, and really no more than that. The abstractions probably don't make much sense, there's a lot of stuff piled together, and it will probably not be very helpful if you use it wrong somehow. You have been warned!

Of course, if you are okay with all of that, it should be fine to use this. It doesn't really write anything to the filesystem, so it should be safe enough to use, even if there are bugs. Worst case it will fail with a bizarre undebuggable error.