Skip to content

gillstrom/imgur-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get the profile of an imgur user

Resources

License

Stars

Watchers

Forks

Packages

No packages published