Welcome to the Philly Music Scraper! This is a web scraper that pulls from a specially curated list of Philadelphia venues to find some of the best underground/indie acts that come through the city of Philadelphia! Users are welcome to add comments on any event they see fit. Traditionally, updates to this system would come from a "cron"-type operation, but Heroku proves unreliable for this, so press the button below to clean out old events and get new ones!
- The Fillmore
- Kung Fu Necktie
- Johnny Brenda's
- MilkBoy Philly
- The Boot & Saddle
- Union Transfer
- Theatre Of The Living Arts
- The Foundry
- Allows users to search for show tickets through sarcastic means using string concatenation! Basically, the app parses together the various keywords that were scraped and brings up a link to the famous LMGTFY website!
- Users can post comments on the various shows simply by clicking the "comments" button and adding what they have to say!
- Handlebars is used as the view engine for the front end
-
Axios is used to scrape venue data by looping through an array of ticket selling pages
-
Cheerio is used to grab the data from the page, returning it to the database
-
Mongo/Mongoose is used to store the scraped data and user comments
-
Moment is used to parse dates into unix and back, allowing for easy sorting and deletion
-
Express is used to put it all together through routes!