Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/startup-matrix/startup-matrix
Startup Matrix exported to CSV, JSON, Markdown and HTML formats. Credits to original article by Eric Stromberg.
https://github.com/startup-matrix/startup-matrix
csv inspiration json markdown medium startup startup-idea-matrix startup-matrix startups
Last synced: 8 days ago
JSON representation
Startup Matrix exported to CSV, JSON, Markdown and HTML formats. Credits to original article by Eric Stromberg.
- Host: GitHub
- URL: https://github.com/startup-matrix/startup-matrix
- Owner: startup-matrix
- License: apache-2.0
- Created: 2017-02-06T02:16:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T14:57:32.000Z (over 7 years ago)
- Last Synced: 2024-08-02T05:15:48.793Z (3 months ago)
- Topics: csv, inspiration, json, markdown, medium, startup, startup-idea-matrix, startup-matrix, startups
- Language: HTML
- Homepage: http://startup-matrix.com
- Size: 84 KB
- Stars: 71
- Watchers: 9
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Startup Matrix](http://startup-matrix.com)
Matrix visualizes the successful startups regarding the market they operate and what kind of tactic they use to differentiate from other businesses and startups. Tactics on the X. Markets on the Y.
[startup-matrix.com](http://startup-matrix.com)
## Matrix as table on GitHub
GitHub has a user friendly support for CSV and Markdown formats. So you can check out the matrix right here on GitHub:
* CSV: [csv/b2c-site.csv](./csv/b2c-site.csv)
* Markdown: [markdown/b2c-brand-site.md](./markdown/b2c-brand-site.md)## Startup JSON
Information about each startup is now enriched with a text name of a brand, and a link to the main site of startup. Here is a sample of a few startups as JSON objects from file [json/startups.json](./json/startups.json):
```json
{
"brand": "Twitch",
"site": "https://www.twitch.tv/",
"logo": "https://www-cdn.jtvnw.net/images/twitch_logo3.jpg",
"market": "Gaming",
"tactic": "Build a UGC community"
},
{
"brand": "Airbnb",
"site": "https://www.airbnb.com/",
"logo": "https://a0.muscache.com/airbnb/static/about/resources/airbnb-logo-293-86cb5a9eea395a8233842fb74a5b59af.png",
"market": "Travel",
"tactic": "Create a marketplace"
}
```## 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](./json) dir.
## The article
I have written [an article](http://bit.ly/startup-matrix-on-github) about this GitHub project.
## Credits
Credits to [original article](https://medium.com/the-mission/the-startup-idea-matrix-182bf2e6a53a) by Eric Stromberg.