Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k4m4/donations

🙌 Responsive donations template for your projects.
https://github.com/k4m4/donations

bootstrap css donations html template website-template

Last synced: about 2 months ago
JSON representation

🙌 Responsive donations template for your projects.

Awesome Lists containing this project

README

        


Donations




Badge



🙌 Use donations to help support your projects! 🙌



---


Visit yourdonation.rocks for a live demo. Check out my blog and follow me on Twitter.


# Installation & Configuration

To create your own **donations template** - with your own information - run the following on your server:

```
~ ❯❯❯ git clone https://github.com/k4m4/donations
~ ❯❯❯ cd donations/
~/donations ❯❯❯ npm install
~/donations ❯❯❯ node index.js
```

- This will generate an `index.html` file with your information.
- You can then edit your server's config to serve `donations` as a static page (e.g. `nikolaskama.me/donate`).


# `Donations` badge

### Image URL

```
https://yourdonation.rocks/images/badge.svg
```

### Markdown

```
[![Donations Badge](https://yourdonation.rocks/images/badge.svg)]({YOUR-DONATIONS-PAGE-URL})
```

### ReStructuredText

```
.. image:: https://yourdonation.rocks/images/badge.svg
:target: {YOUR-DONATIONS-PAGE-URL}
```

### HTML

```
Donations Badge
```


# License

Copyright (c) 2017 by Nikolaos Kamarinakis. Some rights reserved.

`Donations` is under the terms of the **MIT License**, following all clarifications stated in the [license file](license.md).

For more information on this project you can go ahead and email me anytime at **nikolaskam{at}gmail{dot}com**.