NOTE: Please see "Project status" below.
startups-by-city is a static site generator that:
- Fetches the latest startup data from the CrunchBase Open Data Map
- Parses the data
- Renders an HTML document for each city with a list of local startups
Requires a unix-based system with Ruby 1.9.3+, curl
, and tar
.
Unfortunately, the data set used by this project is no longer freely available, so there will be no further updates.
Usage: generate.rb [options]
-g, --google-analytics CODE Specify Google Analytics tracking code
-e, --use-existing Use most recent CrunchBase CSV in data directory, if it exists
-d, --download Download the latest CrunchBase CSV
-h, --help Display this screen