nuxt-github-api
nuxt-github-api copied to clipboard
Source plugin for pulling data into Nuxt from the official GitHub v4 GraphQL API.
wrong option name in README.md. github should be replaced with githubApi. in nuxt.config.js ```js { githubApi: { // token: required by the GitHub API token: process.env.GITHUB_API_TOKEN, // graphQLQuery: defaults to...
First of all nice module 💯 It would be better to use nuxt [`runtimeConfig`](https://nuxtjs.org/docs/2.x/configuration-glossary/configuration-runtime-config/) in configuration so it is also visible to users that when using `publicRuntimeConfig` it is actually...