An open API service indexing awesome lists of open source software.

https://github.com/teaglebuilt/gatsby-plugin-github-readme

React github readme card component for gatsby remark and mdx.
https://github.com/teaglebuilt/gatsby-plugin-github-readme

gatsby gatsby-plugin mdx react-component readme readme-md remark

Last synced: 5 months ago
JSON representation

React github readme card component for gatsby remark and mdx.

Awesome Lists containing this project

README

          


gatsby plugin github readme


Gatsby Plugin Homepage

Load github readme card components in jsx, remark, mdx.



npm package for gatsby-plugin-github-readme
downloads for gatsby-plugin-github-readme from npm
unit tests build


Image of react card component of a github readme generated by gatsby-plugin-github-readme

```
npm i gatsby-plugin-github-readme
```

# configuration

gatsby-config.js
```js
plugins: [
{
resolve: `gatsby-plugin-github-readme`,
options: {
key: 'GITHUB API KEY',
repos: [
"user/repo",
"user/repo"
]
}
}
]
```

```js
import { GithubReadme } from "gatsby-plugin-github-readme";

export default () => {

}
```

# Support

Emojis are supported and rendered if in scope of what is visible. Currently g-emoji is not supported and I am working on a solution.