https://github.com/crizmo/replit-cards
Display your replit user profile as a card image
https://github.com/crizmo/replit-cards
Last synced: about 2 months ago
JSON representation
Display your replit user profile as a card image
- Host: GitHub
- URL: https://github.com/crizmo/replit-cards
- Owner: crizmo
- Created: 2022-09-09T16:39:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T04:12:14.000Z (over 3 years ago)
- Last Synced: 2025-03-12T07:28:56.557Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://replit-cards.kurizu.repl.co/
- Size: 3.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readMe.md
Awesome Lists containing this project
README
# Replit Cards
Display your replit user profile as a card on your website whereever you want.
# ToDo
- [ ] Add more information to the card
- [ ] Add more themes
- [ ] Fix badges for specific users
- [ ] Add more badges
Replit cards
You can display your replit profile as cards using the replitCards API
Example:
There are 2 card options
Small :- https://replit-cards.kurizu.repl.co/mini/
Large :- https://replit-cards.kurizu.repl.co/large/
There are 2 queries:-
pfp :- ?pfp=image_url_here
banner :- ?banner=image_url_here
You can change your pfp and banner using the pfp & banner queries
Example Large card:
https://replit-cards.kurizu.repl.co/card/kurizu?pfp=yourPfpLink&banner=yourBannerLink
Example Small card:
https://replit-cards.kurizu.repl.co/mini/kurizu?pfp=yourPfpLink&banner=yourBannerLink
For more information, visit Replit Cards