puppet-master is a tool that executes website interaction code, written in ES6, in a highyl scalable and flexible manner. Head over to the Docs for more information about setup, configuration and usage. Signup for the hosted cloud version or host your own instance.
Documentation is available at Docs, which is the GitHub pages deployment of the docs
directory. The docs are using docsify and can be served locally by installing docsify-cli:
# either
npm i docsify-cli -g
# or
yarn global add docsify-cli
# then serve the docs:
docsify serve docs
There is an example docker-compose.yml
within the examples/self_hosted
directory available as a quickstart reference. For more details please have a look at the self hosted section of the docs.
For simple tests of the API and to play around we also provide a sample Postman collection & environment located at examples/postman
.
Copyright 2018 Scalify GmbH
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.