https://github.com/doggan/sequence-app
A sequence diagram web app.
https://github.com/doggan/sequence-app
javascript sequence-diagram uml vuejs webapp
Last synced: about 2 months ago
JSON representation
A sequence diagram web app.
- Host: GitHub
- URL: https://github.com/doggan/sequence-app
- Owner: doggan
- License: mit
- Created: 2020-09-13T04:57:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-13T17:44:47.000Z (about 3 years ago)
- Last Synced: 2025-03-22T14:44:06.426Z (over 1 year ago)
- Topics: javascript, sequence-diagram, uml, vuejs, webapp
- Language: JavaScript
- Homepage: https://doggan.github.io/sequence-app/
- Size: 2.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sequence Diagrams
[](https://opensource.org/licenses/MIT)
https://doggan.github.io/sequence-app/
A web app for turning text into sequence diagrams, using [js-sequence-diagrams](https://github.com/bramp/js-sequence-diagrams).
## Example

```
Title: Hamilton Timeline
participant 1756
participant 1757
participant 1775
participant 1778
participant 1781
participant 1783
participant 1787
participant 1804
participant 1836
1757->1804: Alexander Hamilton
1756->1836: Aaron Burr
Note over 1778: Battle of Monmouth
Note over 1781: Battle of Yorktown
Note over 1787: The Constitutional\nConvention
1775-->>1783: American Revolution
```