Returns proxied avatars from Twitter, Facebook, Tumblr, YouTube and Instagram. Useful to display profile pictures in browsers with activated Do Not Track option. No API keys required!
npm install
npm start
Server starts on port 3333
by default. Use the PORT
environment variable to specify a custom port.
To get a profile picture use the following url structure:
http://localhost:3333/{platform}/{user}
Available platforms: Twitter, Facebook, Tumblr, YouTube and Instagram.
http://localhost:3333/facebook/zuck
http://localhost:3333/twitter/jack
Licensed under the MIT License.