gatsby-source-pinboard

2.0.0 • Public • Published

gatsby-source-pinboard

NPM version Test build status

To use, install the package and add to gatsby-config.js:

yarn add gatsby-source-pinboard
npm install gatsby-source-pinboard
{
    resolve: "gatsby-source-pinboard",
    options: {
        authToken: "", // required authentication token
        tags: "" // optional tag to filter links
    }
}

You can query the data with:

allPinboardBookmark(limit: 3) {
    edges {
        node {
            href
            description
        }
    }
}

Package Sidebar

Install

npm i gatsby-source-pinboard

Weekly Downloads

6

Version

2.0.0

License

MIT

Unpacked Size

7.49 kB

Total Files

7

Last publish

Collaborators

  • danoc