You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Sven Slootweg 6dfe242980 Fix license 3 years ago
bin Initial commit 3 years ago
src Initial commit 3 years ago
.eslintrc Initial commit 3 years ago
.gitignore Initial commit 3 years ago
README.md Initial commit 3 years ago
package.json Fix license 3 years ago
yarn.lock Initial commit 3 years ago

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.