Skip to content

GitHub cards for repositories#18

Merged
lazarusA merged 2 commits intomainfrom
la/gh_card_gen
Jul 30, 2025
Merged

GitHub cards for repositories#18
lazarusA merged 2 commits intomainfrom
la/gh_card_gen

Conversation

@lazarusA
Copy link
Copy Markdown
Member

closes #14

The core Card looks like:

<GitHubCard 
  name="WeatherGenenerator-Land"
  description="A Python package for generating synthetic weather data for land applications."
  language="Python"
  stars={42}
  forks={10}
  updatedAt="2023-10-01"
 href ="#"
/>

but all input arguments are fetched directly from the Github repos using

<DynamicGitHubCard 
  repoUrl="https://github.com/EarthyScience/WeatherGenerator-Land"
/>

which internally uses GitHubCard. See src/app/resources/software/page.mdx with live examples.

@lazarusA lazarusA merged commit 491255e into main Jul 30, 2025
6 checks passed
@lazarusA lazarusA deleted the la/gh_card_gen branch July 30, 2025 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Github Repo Cards

1 participant