2.0.0 • Published 3 years ago

gatsby-source-pinboard v2.0.0

Weekly downloads
21
License
MIT
Repository
github
Last release
3 years ago

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
        }
    }
}
2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago