|
1 | | -# Github Card |
2 | | - |
| 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 | + |
| 10 | + <img alt="GitHub pull requests" src="https://img.shields.io/github/issues-pr/faisalAkhtar/github-card?color=0088ff" /> |
| 11 | + |
| 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 | +] |
| 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"> <img width="90" src="https://www.w3.org/Icons/SVG/svg-logo-v.png" alt="W3C SVG Logo" title="SVG"> <img width="150" src="https://expressjs.com/images/express-facebook-share.png" alt="Express JS" title="Express JS"> <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"> <img width="80" src="https://user-images.githubusercontent.com/13700/35731649-652807e8-080e-11e8-88fd-1b2f6d553b2d.png" alt="Nodemon" title="Nodemon"> <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"> <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"> <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) |
| 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