imgur-user

2.0.0 • Public • Published

imgur-user Build Status

Get the profile of an imgur user

Install

$ npm install --save imgur-user

Usage

const imgurUser = require('imgur-user');
 
imgurUser('gillstrom').then(res => {
    console.log(res);
    /*
    { 
        id: 7553828,
        url: 'gillstrom',
        bio: 'Hello everybody',
        reputation: 0,
        created: 1383001804,
        pro_expiration: false
     }
     */
});

License

MIT © Andreas Gillström

Package Sidebar

Install

npm i imgur-user

Weekly Downloads

1

Version

2.0.0

License

MIT

Last publish

Collaborators

  • gillstrom