2.0.0 • Published 3 years ago

gatsby-source-behance-collection v2.0.0

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

DEPRECATED. DON'T USE IT.

gatsby-source-behance-collection

Gatsby.js source plugin for loading collection information from Behance.

If you're interested in getting user data and projects. Go see the original gatsby-source-behance.

Learn more about Gatsby and its plugins here: https://www.gatsbyjs.org/docs/plugins/

Install

npm install --save gatsby-source-behance-collection

How to use

// In your gatsby-config.js
plugins: [
    {
        resolve: `gatsby-source-behance-collection`,
        options: {
            // Visit a collection page and grab the number after collection
            // Ex.https://www.behance.net/collection/28447865/Typefaces
            collectionId: '<< Collection ID >>', // 28447865
            // You can get your API Key here: https://www.behance.net/dev/register
            apiKey: '<< API Key >>',
        }
    }
]
2.0.0

3 years ago

1.2.0

4 years ago

1.1.0

6 years ago

1.0.0

6 years ago