Skip to content

lessenadam/sf-restaurants-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sf-restaurants-csv

Overview

A script to parse a great article by Eater SF and output a CSV with a row per bar/restaurant.

Each entry will have:

{
  neighborhood: enum, // a bay area neighborhood 
  category: enum, // the categories are standardized from the Eater SF article
  name: string, // name of restaurant
  link: UrlString,
  description: string, 
  address: string
}

source: https://sf.eater.com/2016/7/28/11706330/best-date-spots-restaurants-bars-cafes-san-francisco

Getting started

To generate your own restaurant CSV, first clone the repo.

Then, run:

$ npm install

Then, run:

$ node index.js

Making changes

All logic lives in index.js. Feel free to change to your heart's content.

About

Generate a CSV with qualified SF restaurant options

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published