Skip to content

nodes777/aquascraperOld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aquascraper

Aquascraper scrapes the results of the closed auctions from aquabid.com. It then sends that data to Firebase to be rendered. I wrote about the process of making this on medium

Installation

Requires:

Instructions

To Scrape:

In a terminal run casperjs scrape.js

Data is currently written to Firebase, code to write to disk is commented out.

To Grab the Data from Firebase

Make a JSONP request:

$.ajax({
  url: "https://aquascraper-data.firebaseio.com/"+monthAndYear+"/"+day+".json?callback=processJson&print=pretty",
  dataType: "jsonp",
  jsonpCallback: "processJson"
});

monthAndYear must be formatted like "Nov2017"
day must be formatted like "01-Wed"
The earliest available date is Oct2017, 15-Sun.

About

Scrapes data from aquabid, stores it in Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published