{"id":16231741,"url":"https://github.com/smakosh/gatsby-source-dribbble","last_synced_at":"2025-03-19T14:30:47.101Z","repository":{"id":29470668,"uuid":"121774131","full_name":"smakosh/gatsby-source-dribbble","owner":"smakosh","description":"Load your Dribbble shots into your Gatsby website","archived":false,"fork":false,"pushed_at":"2022-03-02T13:28:08.000Z","size":599,"stargazers_count":11,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T19:12:10.052Z","etag":null,"topics":["dribbble","gatsby","plugin","source"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/gatsby-source-dribbble","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smakosh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-16T16:37:10.000Z","updated_at":"2023-08-23T12:59:39.000Z","dependencies_parsed_at":"2022-08-07T14:30:12.595Z","dependency_job_id":null,"html_url":"https://github.com/smakosh/gatsby-source-dribbble","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smakosh%2Fgatsby-source-dribbble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smakosh%2Fgatsby-source-dribbble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smakosh%2Fgatsby-source-dribbble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smakosh%2Fgatsby-source-dribbble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smakosh","download_url":"https://codeload.github.com/smakosh/gatsby-source-dribbble/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243997041,"owners_count":20380980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dribbble","gatsby","plugin","source"],"created_at":"2024-10-10T13:06:40.623Z","updated_at":"2025-03-19T14:30:46.813Z","avatar_url":"https://github.com/smakosh.png","language":"JavaScript","funding_links":["https://www.patreon.com/smakosh"],"categories":[],"sub_categories":[],"readme":"# gatsby-source-dribbble\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n\u003e Gatsby.js source plugin for loading data from Dribbble\n\n[![Support me on Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/smakosh)\n\n[![Package Version](https://img.shields.io/npm/v/gatsby-source-dribbble.svg?style=flat-square)](https://www.npmjs.com/package/gatsby-source-dribbble)\n[![Package Downloads](https://img.shields.io/npm/dt/gatsby-source-dribbble.svg?style=flat-square)](https://www.npmjs.com/package/gatsby-source-dribbble)\n\nLearn more about [Gatsby](https://www.gatsbyjs.org/) and its plugins here: [https://www.gatsbyjs.org/docs/plugins/](https://www.gatsbyjs.org/docs/plugins/)\n\n**See it in live action on the [example site](https://dribbble-example.netlify.com)!**\n[Source Code](https://github.com/smakosh/gatsby-source-dribbble-example) for the example site.\n\n## Install\n\n```bash\nnpm install gatsby-source-dribbble\n```\n\n## How to use\n\n```Javascript\n// In your gatsby-config.js\nplugins: [\n  {\n    resolve: `gatsby-source-dribbble`,\n    options: {\n      // You can get your Access Token by following this tutorial: http://developer.dribbble.com/v2/oauth/\n      access_token: '\u003c\u003c Your_Access_Token_here \u003e\u003e'\n    }\n  }\n]\n```\n\n## GraphQL Queries\n\nGet all your details\n\n```graphql\n{\n  dribbbleUser {\n    name\n    username\n    bio\n    avatar\n    location\n    url\n    links\n    created_at\n    can_upload\n    pro\n    teams\n  }\n}\n```\n\nGet all your shots\n\n```graphql\n{\n  allDribbbleShot {\n    nodes {\n      id\n      title\n      description\n      published\n      updated\n      url\n      tags\n      cover\n      width\n      height\n      localCover {\n        childImageSharp {\n          fixed(width: 600) {\n            ...GatsbyImageSharpFixed\n          }\n        }\n      }\n    }\n  }\n}\n```\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://www.mitchellbutler.com\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/1069577?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMitchell Butler\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/smakosh/gatsby-source-dribbble/commits?author=mitchellbutler\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://reagan.world\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/19511364?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eReagan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/smakosh/gatsby-source-dribbble/commits?author=reaganchisholm\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmakosh%2Fgatsby-source-dribbble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmakosh%2Fgatsby-source-dribbble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmakosh%2Fgatsby-source-dribbble/lists"}