Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chriskonings/maker-badge
An open-source badge to put your mark on every project
https://github.com/chriskonings/maker-badge
Last synced: about 9 hours ago
JSON representation
An open-source badge to put your mark on every project
- Host: GitHub
- URL: https://github.com/chriskonings/maker-badge
- Owner: chriskonings
- Created: 2018-09-28T21:00:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T20:05:52.000Z (about 6 years ago)
- Last Synced: 2024-08-03T09:03:21.348Z (4 months ago)
- Language: JavaScript
- Homepage: http://makerbadge.app
- Size: 1.32 MB
- Stars: 46
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MakerBadge
### An open-source badge to put your mark on every project.### How to run the demo site:
To serve jekyll site, from /docs, run: `bundle exec jekyll serve`---
# How to use MakerBadge:
Use it in 2 steps:## 1. Get your badge:
```html
MakerBadge.init({id: 'USERIDHERE'}); // Product Hunt ID
```
Your Product Hunt ID can be foud on your PH profile page (e.g. #309280).## 2. Customise your badge (Beta):
Choose from 3 themes, and customise layout:
```html
MakerBadge.init({
id: 'USERIDHERE', // Product Hunt ID
theme: 3, // 3 Themes: 1, 2 or 3
name: 'CUSTOMNAME', // Use any name you want
twitter: '@yourusername' // Link to twitter
position: 'left', // left or right
customHTML: '<div>' //custom embeds e.g. buy me a coffee
});
```---
# Contribute
Proudly an open source project.
Feel free to contribute here