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: 4 months ago
JSON representation
A simple browser library to transition from one iframe inhabitant to another.
- Host: GitHub
- URL: https://github.com/manchicken/web-workflows
- Owner: manchicken
- Created: 2018-10-23T18:13:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:53:02.000Z (over 2 years ago)
- Last Synced: 2024-12-19T21:16:18.278Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 438 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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
```