Skip to content

Commit a9bbad9

Browse files
committed
Complete ReadME
1 parent 625a14e commit a9bbad9

1 file changed

Lines changed: 76 additions & 2 deletions

File tree

ReadME.md

Lines changed: 76 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,76 @@
1-
# Github Card
2-
![SS](https://ancient-tundra-94967.herokuapp.com/card?user=goyalshubhangi)
1+
<h1 align="center">Github Card</h1>
2+
3+
<p align="center">
4+
A beautiful, dynamically generated <i>unofficial</i> github card for you
5+
</p>
6+
7+
<p align="center">
8+
<img alt="Issues" src="https://img.shields.io/github/issues/faisalAkhtar/github-card?color=0088ff" />
9+
&nbsp;
10+
<img alt="GitHub pull requests" src="https://img.shields.io/github/issues-pr/faisalAkhtar/github-card?color=0088ff" />
11+
&nbsp;
12+
<a href="LICENSE"><img alt="license MIT" src="https://img.shields.io/static/v1?label=LICENSE&message=MIT&color=informational" /></a>
13+
</p>
14+
15+
<p align="center">
16+
<a href="#usage">Usage</a>
17+
·
18+
<a href="https://github.com/faisalAkhtar/github-card/issues/new/choose">Report Bug</a>
19+
·
20+
<a href="https://github.com/faisalAkhtar/github-card/issues/new/choose">Request Feature</a>
21+
</p>
22+
23+
<p align="center">
24+
<img src="https://ancient-tundra-94967.herokuapp.com/card?user=faisalAkhtar" width="700">
25+
<br>
26+
GitHub Card
27+
</p>
28+
29+
30+
## Usage
31+
Copy-paste this code where you want to use the image (e.g., into your readme) and change the links
32+
33+
Endpoint: `/api?username=<github-username>`
34+
35+
Insert a valid github username in `<github-username>` and you'll receive a github-card in SVG
36+
37+
```md
38+
![Faisal's github card](https://ancient-tundra-94967.herokuapp.com/api?username=faisalakhtar)]
39+
```
40+
OR
41+
```md
42+
<img alt="Faisal's github card" src="https://ancient-tundra-94967.herokuapp.com/api?username=faisalakhtar">
43+
```
44+
45+
46+
## Contributing
47+
### Step 1
48+
- Option 1
49+
- :fork_and_knife: Fork this repository
50+
- Option 2
51+
- :dancers: Clone this repo to your local machine using ```git clone https://github.com/faisalakhtar/github-card.git```
52+
53+
### Step 2
54+
- **HACK AWAY** :hammer: :hammer: :hammer:
55+
56+
### Step 3
57+
- :repeat: Create a pull request using https://github.com/faisalakhtar/github-card/compare/
58+
59+
60+
## Built with
61+
62+
<p align="center">
63+
<img width="150" src="https://github.com/faisalAkhtar/dear-diary/blob/master/screenshots/ejs.png?raw=true" alt="Embedded JavaScript templating" title="Embedded JavaScript templating">&emsp;<img width="90" src="https://www.w3.org/Icons/SVG/svg-logo-v.png" alt="W3C SVG Logo" title="SVG">&emsp;<img width="150" src="https://expressjs.com/images/express-facebook-share.png" alt="Express JS" title="Express JS">&emsp;<img width="125" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Node.js_logo.svg/1200px-Node.js_logo.svg.png" alt="NodeJS" title="NodeJS">&emsp;<img width="80" src="https://user-images.githubusercontent.com/13700/35731649-652807e8-080e-11e8-88fd-1b2f6d553b2d.png" alt="Nodemon" title="Nodemon">&emsp;<img width="100" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Cloud-API-Logo.svg/1200px-Cloud-API-Logo.svg.png" alt="REST APIs" title="REST APIs">&emsp;<img width="175" src="https://www.w3.org/html/logo/badge/html5-badge-h-css3.png" alt="HTML5 Powered with CSS3 / Styling" title="HTML5 Powered with CSS3 / Styling">&emsp;<img width="90" src="https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png" alt="JavaScript" title="JavaScript">
64+
</p>
65+
66+
## Licensing
67+
68+
[![license MIT](https://img.shields.io/static/v1?label=LICENSE&message=MIT&color=informational)](LICENSE)
69+
70+
All SVGs, scripts, stylesheets and markups are distributed under the [MIT](LICENSE) license.
71+
72+
## Acknowledgements
73+
74+
- Some icons in this READme were borrowed from [here](https://commons.wikimedia.org/wiki/Main_Page)
75+
76+
- CORS icon was taken from [mozilla](https://mozilla.org/) and is licensed under [Creative Commons Attribution Share-Alike License v3.0](https://creativecommons.org/licenses/by-sa/3.0/)

0 commit comments

Comments
 (0)