slideshow-firebase-scraper

scrape an html page for all img tags and upload those urls to firebase

yarn

# create file in root called `firebase-config.js` containing your firebase info:
# module.exports = {
#  apiKey: "...",
#  authDomain: "...",
#  databaseURL: "...",
#  projectId: "...",
#  storageBucket: "...",
#  messagingSenderId: "..."
# }
# tip: this info can be found by clicking "Add Firebase to your web app"

myUrl="http://chicagopast.com/page/1"

node main.js $myUrl