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

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

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.