Socket
Socket
Sign inDemoInstall

imgur-user

Package Overview
Dependencies
28
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    imgur-user

Get the profile of an imgur user


Version published
0
Maintainers
1
Install size
4.10 MB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 11 Jan 2016

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc