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

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.

Awesome Lists containing this project

README

          

# Sequence Diagrams

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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

![Hamilton Sequence Diagram](https://github.com/doggan/sequence-app/blob/docs/hamilton_diagram.png?raw=true)

```
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
```