Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Remove previous requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaminus committed Mar 7, 2018
1 parent f0f033d commit efc8a43
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For showing in both Browser and Editor follow the <a href="https://github.com/ar

## Instructions
- Write Javascript.
- Select a function or object or entire file.
- Select a function or object or entire file.
- Hit ctrl-f1.
- Choose either 'Flowmaker: Preview' or 'Flowmaker: Save'.
- 'Flowmaker: Preview' generates the SVG layout in side column of editor itself.
Expand Down Expand Up @@ -45,14 +45,12 @@ $ npm install
```
hit Ctrl+f5
hit Fn+f1 or F1
choose Flowmake onEditor or Flowmake onBrowser
choose Flowmaker: Save or Flowmaker: Preview
```

## Packages:
1. <a href="https://github.com/Bogdan-Lyashenko/js-code-to-svg-flowchart" target="_blank">js2flowchart</a>
2. <a href="https://github.com/GramParallelo/atom-js-code-to-svg-to-preview" target="_blank">atom-js-code-to-svg-to-preview</a>
3. <a href="https://github.com/expressjs/express" target="_blank">express</a>
4. <a href="https://github.com/socketio/socket.io" target="_blank">socket.io</a>

## Features

Expand All @@ -64,14 +62,6 @@ choose Flowmake onEditor or Flowmake onBrowser
- [ ] Chrome extension for dev-tools
- [ ] Fetching SVG to generate and manipulate code to genrate code from flowchart

## Requirements for onBrowser

1. Node server installed
2. Socket.io and express installed ie.
```
npm install --save express socket.io
```

-----------------------------------------------------------------------------------------------------------

## Contributing
Expand Down

0 comments on commit efc8a43

Please sign in to comment.