dev-commend
v0.9.2
Published
DevCommend is a web component and platform that allows developers to commend each other on their portfolios and integrate this praise right into their portfolio itself.
Downloads
24
Readme
DevCommend
DevCommend is a web component and platform that allows developers to commend each other on their portfolios and integrate this praise right into their portfolio itself.
Find more info at https://commend.dev
Register your domain for DevCommend at https://commend.dev/manage.php
Usage
<script src="https://unpkg.com/dev-commend@latest" defer></script>
<dev-commend>
</dev-commend>
<!-- With available attributes -->
<dev-commend
width="500px"
height="auto"
useMockData="false"
message="Let people know why this person is amazing!"
domain="https://yourdomain.com"
></dev-commend>
To use DevCommend on a production site, you must verify your domain at the above link.
During development, simply set useMockData="true"
, it will cause the element to prevent the data fetching step and display example data instead.
Only try using domain="<yourdomain.com>"
if you have problems fetching data on your production site despite it being verified on https://commend.dev/manage.php. Make sure to include https://
in your domain name here, but not when verifying it!
message=""
will replace the text next to the call-to-action button, to allow you a personal message within the component.
width
and height
let you determine the width and height of the outer div of the component. Their default values are 500px
and auto
respectively.
Future Features
- Hiding unwanted messages
- Deleting your commends to other people
- Autohiding and emailOnCommend Settings
- Data Verification Seal ("Is this DevCommend integration legit?")
- Dark Mode
Version History
0.9.0 Beta Launch
Release Dec 1st 2022
- Integration Readiness Check
- Updated Readme
0.8.9 Pre-Beta-Launch Release
Released Dec 1st 2022
- GitHub Light Mode Design
- Domain-based fetch request verification
- MVP display and functionality
License
MIT © ZJVieth