You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

imgur-user

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imgur-user

Get the profile of an imgur user

2.0.0
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

api

FAQs

Package last updated on 11 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts