An open API service indexing awesome lists of open source software.

https://github.com/zbo14/robit

Easily configure and run browser automation jobs!
https://github.com/zbo14/robit

browser-automation puppeteer web-scraping

Last synced: 3 months ago
JSON representation

Easily configure and run browser automation jobs!

Awesome Lists containing this project

README

          

# robit

[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)

Easily configure and run browser automation jobs!

## Install

`npm i -g robit`

## Usage

On the command line: `robit /path/to/config_file`

To run the example: `npm run example`

Check out the [config file](./example.config.js) for more info.

## Documentation

To generate the docs: `npm run docs`

Then open `./out/index.html` in your browser.