https://github.com/siman/startup-matrix
Startup Matrix exported to CSV, JSON, Markdown and HTML formats. Credits to original article by Eric Stromberg: https://medium.com/the-mission/the-startup-idea-matrix-182bf2e6a53a
https://github.com/siman/startup-matrix
Last synced: 4 months ago
JSON representation
Startup Matrix exported to CSV, JSON, Markdown and HTML formats. Credits to original article by Eric Stromberg: https://medium.com/the-mission/the-startup-idea-matrix-182bf2e6a53a
- Host: GitHub
- URL: https://github.com/siman/startup-matrix
- Owner: siman
- License: apache-2.0
- Created: 2017-02-03T22:03:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T02:00:11.000Z (over 9 years ago)
- Last Synced: 2025-10-28T11:42:31.416Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 112 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Startup Matrix
Tactics on the X. Markets on the Y.
Credits to [original article](https://medium.com/the-mission/the-startup-idea-matrix-182bf2e6a53a) by Eric Stromberg.
## How to update JSON files?
First you need to install Node.js if not yet.
Then run the next commands in terminal:
```bash
npm i
node export-to-json.js
```
JSON files will be updated in `./json` dir.