Resources
Video
- https://egghead.io/ [ free to $$$ ]
APIs
The internet is full of APIs.
Good NPM modules
Using the built in http
module to make requests can be cumbersome.
It is good to know how it works, but quite quickly you will want to use
a more concise wrapper.