Skip to content

zanedb/getavi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

getavi

A simple JS library to return the image URL from a social media profile.

Installation:

# with yarn
yarn add getavi

# with npm
npm install getavi

Examples:

const getAvi = require('getavi')

const imageUrl = getAvi('https://github.com/zachlatta') // returns a link to an image file of @zachlatta’s avatar

Supported Platforms:

  • GitHub
  • Facebook
  • Twitter
  • more to come! open an issue or PR if you’d like more platforms

About

JS library for returning image URL from a social media profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors