All Projects → satyawikananda → cardivo

satyawikananda / cardivo

Licence: MIT license
Get your card name and put it in your magic readme 📇

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to cardivo

Metrics
📊 An infographics generator with 30+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!
Stars: ✭ 4,621 (+8960.78%)
Mutual labels:  readme-generator, profile-readme
github-readme-quotes
Dynamic quote generator for your GitHub readmes | Give a poetic touch to readmes
Stars: ✭ 128 (+150.98%)
Mutual labels:  readme-generator, profile-readme
github-readme-linkedin
📋 A serverless application to get dynamically generated images from your LinkedIn profile on your GitHub READMEs
Stars: ✭ 52 (+1.96%)
Mutual labels:  readme-generator, profile-readme
Github Readme Stats
⚡ Dynamically generated stats for your github readmes
Stars: ✭ 34,955 (+68439.22%)
Mutual labels:  readme-generator, profile-readme
readme-components
Cards for your readme
Stars: ✭ 44 (-13.73%)
Mutual labels:  readme-generator, profile-readme
github-readme-medium
📖 Dynamically generated your latest Medium article on your GitHub readmes!
Stars: ✭ 56 (+9.8%)
Mutual labels:  readme-generator, profile-readme
github-profile-views-counter
Github new features README profile views counter made with Yii2 framework.
Stars: ✭ 158 (+209.8%)
Mutual labels:  readme-generator, profile-readme
stats-cards
在 README 中展示你在知乎,GitHub,B 站,LeetCode,掘金,CSDN,牛客等网站的数据,服务部署在 Vercel 上,保证服务稳定。Show your LeetCode & GitHub stats in GitHub Profile.
Stars: ✭ 74 (+45.1%)
Mutual labels:  profile-readme
Spiderpig86
💎 Me. This is a self-updating README. Star it if you like it :)
Stars: ✭ 40 (-21.57%)
Mutual labels:  profile-readme
personal-website
Personal website – made with Next.js, Preact, MDX, RMWC, & Vercel
Stars: ✭ 16 (-68.63%)
Mutual labels:  vercel
awesome-github-profile-readme
😎 A curated list of awesome GitHub Profile READMEs 📝
Stars: ✭ 13,674 (+26711.76%)
Mutual labels:  profile-readme
Mindula-Dilthushan
I am Mindula Dilthushan Manamperi 😋
Stars: ✭ 23 (-54.9%)
Mutual labels:  profile-readme
now-middleware
Chain Express middlewares with Vercel (ex-ZEIT) Now serverless functions.
Stars: ✭ 21 (-58.82%)
Mutual labels:  vercel
Bear-Blog-Engine
Modern blog engine made with Go and the Next.js framework
Stars: ✭ 23 (-54.9%)
Mutual labels:  vercel
react-atdd-playground
Template to (deliberate) practice your test-driven development skills.
Stars: ✭ 14 (-72.55%)
Mutual labels:  vercel
website
Official dahliaOS website
Stars: ✭ 29 (-43.14%)
Mutual labels:  vercel
next-api-decorators
Collection of decorators to create typed Next.js API routes, with easy request validation and transformation.
Stars: ✭ 187 (+266.67%)
Mutual labels:  vercel
sheet.spacet.me
Quickly turn a Google Sheets spreadsheet into a public, CDN-backed JSON endpoint.
Stars: ✭ 52 (+1.96%)
Mutual labels:  vercel
next-portfolio-dev
A portfolio for developers (Next js version)
Stars: ✭ 109 (+113.73%)
Mutual labels:  vercel
personal-website
My personal website, statically generated by Next.js
Stars: ✭ 16 (-68.63%)
Mutual labels:  vercel

Cardivo card name

Get your card name dynamically 😎

License: MIT Issue Forks Stars

Description

A few months ago, GitHub launched a new feature call Magic Readme which is that file readme will be appear in your GitHub profile and you can set your skills, portfolio, etc in that file readme.

Cardivo is a serverless dynamically card name based on SVG (Scalable Vector Graphics) which is you can make your own card name and set in your magic readme. For the tech stack, Cardivo using Typescript and serverless function from Vercel and also this project had been deployed on Vercel.

How to use this?

It's simple, you can copy paste this markdown content, like this one:

![Satya Wikananda's card name](https://cardivo.vercel.app/api?name=[name]&description=[description]&image=[image_url])

There are several options you can use, and the options is:

Options Description Type Example Query Params
Name Mandatory Your name String Satya Wikananda ?name=[value]
Description Mandatory Some text about you String I am a coder ?description=[value]
Image Mandatory An avatar image of you URL https://example.com/image.jpg ?image=[value]
Background Color Background color for the card name Hex color code %23ffffff ?backgroundColor=[value]
Icon Color Colorize the icons in card name Hex color code %23e64a19 ?iconColor=[value]
Font Color Font color for the card name Hex color code %23000000 ?fontColor=[value]
Site If you have a site, you can fill this one String https://satyawikananda.tech ?site=[value]
Pattern You can use a pattern for the background. You can see the list below String plus ?pattern=[value]
Color Pattern Fill the color pattern Hex color code %231abc9c ?colorPattern=[value]
Opacity Pattern Opacity of the pattern background Float 0 - 1 ?opacity=[value]
Instagram Your Instagram username String satyawikananda ?instagram=[value]
Linkedin Your Linkedin username String Satya Wikananda ?linkedin=[value]
GitHub Your GitHub username String satyawikananda ?github=[value]
Twitter Your Twitter username String satya_wikananda ?twitter=[value]
Disable Animation Disable animation transition Boolean true ?disableAnimation=[value]

NB: Remove the square bracket

Pattern in Cardivo, i'm used the Hero Pattern package which is developed by Lowmess, and here the list:

Pattern Value
Plus plus
Topography topography
Texture texture
Hideout hideout
FallingTriangles fallingTriangles
I Like Food iLikeFood
Four point stars fourPointStars
Brick wall brickWall
Wiggle wiggle
Bubbles bubbles
Floating Cogs floatingCogs
Leaf leaf
Rain rain
Polkadots polkadots
Tic Tac Toe ticTacToe

Example

This is example of using cardivo:

Markdown content:

![Satya wikananda's card name](https://cardivo.vercel.app/api?name=Satya%20Wikananda&description=Hi,%20i%27m%20a%20front%20end%20web%20developer%20and%20i%27m%2020%20y.o.%20Nice%20to%20meet%20you%20%F0%9F%91%8B&image=https://avatars.githubusercontent.com/u/33148052?v=4&backgroundColor=%23ecf0f1&instagram=satyawikananda&linkedin=I%20Gusti%20Ngurah%20Satya%20%20Wikananda&github=satyawikananda&twitter=satya_wikananda&pattern=leaf&colorPattern=%23eaeaea)

Result:

Satya wikananda's card name

Contribution

Want to make this project better? You can contribute this project, I am very open if there are contributions to this project.


forthebadge forthebadge

Powered by Typescript and vercel. Code licensed under MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].