Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/manchicken/web-workflows

A simple browser library to transition from one iframe inhabitant to another.
https://github.com/manchicken/web-workflows

Last synced: 18 days ago
JSON representation

A simple browser library to transition from one iframe inhabitant to another.

Awesome Lists containing this project

README

        

# Web Workflows

This is a simple JavaScript library for managing web workflows.

# Demos!

We have demos. To run the demos, take any vanilla `python3` install, and simply run `python3 -m http.server` in the same directory as this `README.md` file.

# Sample Install

```html




document.onload = () => initWorkflow({
firstUrl: 'http://www.foo.com',
})



Workflow Target



```