Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello source for Gridsome

This package is under development and API might change before v1 is released.

Install

  • yarn add @bhws/gridsome-source-trello
  • OR npm install @bhws/gridsome-source-trello

Usage

Get your trello key and generate a token at trello.com/app-key

module.exports = {
  plugins: [
    {
      use: '@bhws/gridsome-source-trello',
      options: {
        boardId: 'TRELLO_BOARD_ID', // required
        key: process.env.GRIDSOME_TRELLO_KEY, // required
        token: process.env.GRIDSOME_TRELLO_TOKEN, // required
        typeNamePrefix: 'Trello',
      }
    }
  ],
  templates: {
    TrelloCard: '/card/:name',
    TrelloList: '/list/:name',
  }
}

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages