https://github.com/alessandroconti11/gh_repository_social_media_preview_generator
The project aims to develop an application that given a reference to a GitHub repository generates a social media preview image.
https://github.com/alessandroconti11/gh_repository_social_media_preview_generator
css gh github github-repository html image image-generator javascript js repository repository-social-media-preview repository-social-preview social-media-preview social-media-preview-generator social-preview social-preview-generator
Last synced: about 1 month ago
JSON representation
The project aims to develop an application that given a reference to a GitHub repository generates a social media preview image.
- Host: GitHub
- URL: https://github.com/alessandroconti11/gh_repository_social_media_preview_generator
- Owner: AlessandroConti11
- License: mit
- Created: 2025-03-17T07:25:55.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-03-17T18:31:10.000Z (about 1 month ago)
- Last Synced: 2025-03-17T19:38:24.109Z (about 1 month ago)
- Topics: css, gh, github, github-repository, html, image, image-generator, javascript, js, repository, repository-social-media-preview, repository-social-preview, social-media-preview, social-media-preview-generator, social-preview, social-preview-generator
- Language: JavaScript
- Homepage: https://alessandroconti11.github.io/GH_Repository_Social_Media_Preview_Generator/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GH_Repository_Social_Media_Preview_Generator
Author: Alessandro Conti - [AlessandroConti11](https://github.com/AlessandroConti11)
License: [MIT license](LICENSE).
Tags: `#CSS`, `#GH`, `#GitHub`, `#GitHub_repository`, `#HTML`, `#image`, `#image_generator`, `#repository`, `#repository_social_media_preview`, `#repository_social_preview`, `#social_media_preview`, `#social_media_preview_generator`, `#social_preview`, `#social_preview_generator`, `#javascript`, `#JS`.
## Specification
The project aims to develop an application that given a reference to a GitHub repository generates a social media preview image.
The image includes:
- username and repository name highlighted;
- description of the repository with dynamic text length management;
- image of the user's profile in a circular format;
- username signature;
- a dynamic font and layout adaptation to ensure optimal display.## How to see
To see the result you can click the following link: [GH_Repository_Social_Media_Preview_Generator](https://alessandroconti11.github.io/GH_Repository_Social_Media_Preview_Generator/).
## Contribute
- If you find a security vulnerability, do NOT open an issue. Email [Alessandro Conti](mailto:[email protected]) instead.
- If you find a bug or error or want to add some other function that is not implemented yet
1. **FORK** the repo
2. **CLONE** the project to your own machine
3. **COMMIT** to your own branch
4. **PUSH** your work back up to your fork
5. submit a **PULL REQUEST** so that I can review your changes
> NOTE: Be sure to merge the latest from "upstream" before making a pull request!