2.0.0 • Published 8 years ago

imgur-user v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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

2.0.0

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago