Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 700 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 700 Bytes

Bon Iver Ticket Scraper

Bon Iver played the Playhouse Square on March 29, 2019 in Cleveland. It sold out. I wrote a script using puppeteer and deployed it to Google Cloud. Every 15 minutes, check the Playhouse Square website, if (good) tickets become available, then send me a text message.

Account Dependencies

  • Twilio
  • Google App Cloud

CLI Dependencies

Development

  1. Duplicate .env-sample as .env
  2. yarn install
  3. node app

Access server at http://localhost:8080

Deploy

npm run deploy