Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zakokor/openbackers
- Owner: zakokor
- License: agpl-3.0
- Created: 2020-01-15T21:38:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T17:34:29.000Z (about 2 years ago)
- Last Synced: 2024-10-21T01:59:16.801Z (3 months ago)
- Topics: hacktoberfest, heroku, nodejs
- Language: JavaScript
- Homepage: https://openbackers.com
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**
``### [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**
``### 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).