/social-avatar-proxy

:bust_in_silhouette: Proxied avatars from Twitter, Facebook, Tumblr, YouTube and Instagram.

Primary LanguageJavaScript

Social Avatar Proxy

Build Status Dependencies JavaScript Style Guide

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!

Install

npm install

Start

npm start

Server starts on port 3333 by default. Use the PORT environment variable to specify a custom port.

Usage

To get a profile picture use the following url structure:

http://localhost:3333/{platform}/{user}

Available platforms: Twitter, Facebook, Tumblr, YouTube and Instagram.

Examples

Facebook

http://localhost:3333/facebook/zuck

Twitter

http://localhost:3333/twitter/jack

License

Licensed under the MIT License.