/columbus-tonight

A nightly event aggregator for Columbus, OH

Primary LanguageTypeScriptMIT LicenseMIT

columbus-tonight

A nightly event aggregator for Columbus, CA

##install

npm install

##build

npm run build

##sources

Sources are modules in ./sources that return an array of shows in a callback value. Shows are represented in the following format:

{
  "venue": "name of venue",
  "venueURL": "venue URL",
  "title": "title of show",
  "url": "show URL",
  "date": "date of show in YYYY-MM-DD format",
  "time": "[optional] time of show",
  "price": "[optional] price of show"
}