Socket
Socket
Sign inDemoInstall

metalsmith-pinboard

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

metalsmith-pinboard

A Metalsmith plugin for retreiving and displaying Pinboard bookmarks.


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

metalsmith-pinboard

A Metalsmith plugin for retriving and displaying Pinboard bookmarks.

Installation

$ npm install metalsmith-pinboard

Usage

Add metalsmith-pinboard to your Metalsmith project.

let metalsmithPinboard = require('metalsmith-pinboard')

metalsmith.use(metalsmithPinboard());

If no options are specified the plugin will pull the contents from the Pinboard Popular feed.

Options

The following options are accepted:

metalsmith.use(metalsmithPinboard(
    username: 'xyz', // a pinboard username
    tags: ['tag1', 'tag2', 'tag3'], // upto 3 pinboard tags (optional)
    count: 20 // the number of records to retrieve. Pinboard limits this request to 400. (optional)
));

License

MIT

Keywords

FAQs

Package last updated on 09 Apr 2018

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