Job Queue that fetches HTML requests from a specified url
##Fire it up
- Install packages
- Run redis server
- Run express server
- POST call to API with url to scrape(ex:google)
- note the job id returned from call
- Run another cURL command using the job id from first call:
$ curl -i -X GET 'http://localhost:3000/?id=(insert job id here)'