Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/manchicken/web-workflows
- Owner: manchicken
- Created: 2018-10-23T18:13:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:53:02.000Z (about 2 years ago)
- Last Synced: 2023-03-24T10:57:55.218Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 438 KB
- Stars: 0
- Watchers: 1
- 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
```