New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

anicollage

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anicollage

Get a collage of your anime

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

anicollage

Get a collage of your anime

Install

$ npm install --save anicollage

This module depends in imagemagick! Make sure it's installed in your system.

Usage

var anicollage = require('anicollage');

anicollage({username: 'matachines', collageSize: '2x2', dataType: 'recent'});
//=> imgur link

API

anicollage(username, collageSize, dataType)

Generates a collage image based on the given options and uploads it to imgur, returning a promise with the imgur link.

username

Type: string

Your Anilist username.

collageSize

Type: string

The size of the collage you want: 2x2, 3x3, 4x1, 1x4.

dataType

Type: string

The type of data you want to generate a collage from: recent for recently watched anime, highest for your highest rated anime.

License

MIT © Juan Soto

Keywords

FAQs

Package last updated on 21 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc