https://github.com/fabsrc/social-avatar-proxy
:bust_in_silhouette: Proxied avatars from Twitter, Facebook, Tumblr, YouTube and Instagram.
https://github.com/fabsrc/social-avatar-proxy
avatar facebook instagram profile-picture proxy social-media tumblr twitter youtube
Last synced: 7 months ago
JSON representation
:bust_in_silhouette: Proxied avatars from Twitter, Facebook, Tumblr, YouTube and Instagram.
- Host: GitHub
- URL: https://github.com/fabsrc/social-avatar-proxy
- Owner: fabsrc
- Created: 2016-08-17T16:49:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T14:57:02.000Z (over 7 years ago)
- Last Synced: 2025-02-20T14:11:20.191Z (8 months ago)
- Topics: avatar, facebook, instagram, profile-picture, proxy, social-media, tumblr, twitter, youtube
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social Avatar Proxy
[](https://travis-ci.org/fabsrc/social-avatar-proxy)
[](https://david-dm.org/fabsrc/social-avatar-proxy)
[](http://standardjs.com/)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
```bash
npm install
```## Start
```bash
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](http://opensource.org/licenses/mit-license.php).