1.0.0 • Published 9 years ago

retriever v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

retriever

golden retriever with ball

Why?

Often in our apps we want to fetch content/resources from other web services the same way a person would by clicking on links in a web browser. We can do this using a standard http.request (node.js core), but many services don't like it when developers make requests for their content programatically (e.g. Facebook wants you to use their API so they know who is making the requests...) Sometimes we want retrieve content anonymously.

What?

Retrieve the content for a given url

How?

. . .

Research

Existing Modules we Learned From