25개 이상의 토픽을 선택하실 수 없습니다. 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 년 전
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.