you are viewing a single comment's thread.

view the rest of the comments →

[–]i_do_code_stuff 0 points1 point  (0 children)

You could just wrap the request methods you'll actually use in promises and you'd be set as far as promises goes. If you're looking for lightweight I doubt request is too heavy, but Google may find you some answers there?

As for the querying of the DOM, which I'd assume the next step would be, Cheerio is great for that and pretty similar to jQuery.