Skip to content

minhtran241/strapi-plugin-github-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

@minhtrn/strapi-plugin-github-projects

"Github Projects" - plugin for Strapi 4 πŸš€

This plugin allows to automatically generate "Projects" from public Github repositories, meant to be then exposed via a public API, e.g. to be shown on a front-end application with the aim to showcase a developer's portfolio.

How to install πŸš€

# yarn
yarn add @minhtrn/strapi-plugin-github-projects

# npm
npm i @minhtrn/strapi-plugin-github-projects

Initial configuration πŸš€

In order to use this plugin, you need to generate a new personal token on Github. The generated API key must then be set up for your Strapi app as an environment variable called GITHUB_TOKEN (add it to your .env file).

Disclaimer πŸš€

I am not endorsed or affiliate in any way with Strapi nor with Github. The names and/or logos of such third-parties are or may be used just to describe the functionality of this plugin.

Learn more πŸš€

Learn more about the @minhtrn/strapi-plugin-github-projects package on NPM.