Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zakokor/openbackers

Open Backers is a free and light way to launch your open source project.
https://github.com/zakokor/openbackers

hacktoberfest heroku nodejs

Last synced: about 2 months ago
JSON representation

Open Backers is a free and light way to launch your open source project.

Awesome Lists containing this project

README

        

Open Backers · ![GitHub license](https://img.shields.io/github/license/zakokor/openbackers)
=====

Open Backers is a free and light way to launch your open source project.

## Motivation

There are many open source projects that are created without a budget, waiting to be discovered, so I thought that one way to help would be to create a simple tool that helps to exchange banners, open and transparent, to randomly display open source projects.

* Anyone with a website (not necessarily with an open source project) could display a banner.
* Anyone with an open source project can subscribe (and should reciprocally support and publish a banner).

## Example

[![Open Backers](http://openbackers.com/banner)](http://openbackers.com)

## Contributing

Open Backers is free, open-source software licensed under AGPLv3 and contributions of any kind are welcome!. You can open issues for bugs you've found or features you think are missing. You can also submit pull requests to this repository.

### [Quickstart Guide for Publishers]

Insert a banner into your website or Github page, ideally on the Backers section.

**Use markdown**
`[![Open Backers](http://openbackers.com/banner)](http://openbackers.com)`

**Directly on your website**
`Open Backers`

### [Quickstart Guide for Developers / Open Source Projects]

If you have a great open source project to launch, this is how you do it.

1. Create a transparent PNG image (224x90 pixels) with your project logo/illustration. You can download a blank file [here](./template.png)
2. Convert your image to base64.
3. Get the code and replace it with your image on the xlink:href="data:image/png;base64... attribute.

```



https://pegao.co

```
4. Insert a banner into your website or Github page, ideally on the Backers section.

**Use markdown**
`[![Open Backers](http://openbackers.com/banner)](http://openbackers.com)`

**Directly on your website**
`Open Backers`

### Built With

* [NodeJS](https://github.com/nodejs/node)
* [Express](https://github.com/expressjs/express)
* No database

## Development

### Start the application

npm run start

### License

Open Backers is [GNU Affero License](./LICENSE).