A simple JS library to return the image URL from a social media profile.
# with yarn
yarn add getavi
# with npm
npm install getavi
const getAvi = require('getavi')
const imageUrl = getAvi('https://github.com/zachlatta') // returns a link to an image file of @zachlatta’s avatar
- GitHub
- more to come! open an issue or PR if you’d like more platforms