From bce639e0fdc70ae3e3242e428d460bce0ad46414 Mon Sep 17 00:00:00 2001 From: Luc Gagan Date: Fri, 17 Nov 2023 07:41:17 -0600 Subject: [PATCH] docs: acknowledge ZeroStep (#15) --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41eedff..52f2f83 100644 --- a/README.md +++ b/README.md @@ -294,9 +294,11 @@ The `auto` function uses [sanitize-html](https://www.npmjs.com/package/sanitize- ## ZeroStep -The inspiration of this project is [ZeroStep](https://zerostep.io/). ZeroStep implements equivalent API in a more robust way using proprietary backend. Auto Playwright was developed seeking to understand the technology behind ZeroStep and to set a foundation for open-source version of their software. For production usage, I recommend using ZeroStep. +This project draws its inspiration from [ZeroStep](https://zerostep.io/). ZeroStep offers a similar API but with a more robust implementation through its proprietary backend. Auto Playwright was created with the aim of exploring the underlying technology of ZeroStep and establishing a basis for an open-source version of their software. For production environments, I suggest opting for ZeroStep. -Below is a comparative overview between Auto Playwright and ZeroStep: +Here's a side-by-side comparison of Auto Playwright and ZeroStep: + +Here is a side-by-side comparison between Auto Playwright and ZeroStep: |Criteria|Auto Playwright|ZeroStep| |---|---|---| @@ -315,4 +317,20 @@ Below is a comparative overview between Auto Playwright and ZeroStep: |License|MIT|MIT| [^3]: Uses ZeroStep proprietary API. -[^4]: Uses _some_ Playwright API, but predominantly relies on Chrome DevTools Protocol (CDP). \ No newline at end of file +[^4]: Uses _some_ Playwright API, but predominantly relies on Chrome DevTools Protocol (CDP). + +
+ Zero Step License + +``` +MIT License + +Copyright (c) 2023 Reflect Software Inc + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +``` +
\ No newline at end of file