You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="display:flex align-items:center transition:0.3s padding-left:10px" data-share_network="true" data-share_text="An api helper component in vanilla javascript to setup thirdparty api intergrations. Apis can be accessible using HTML5 data-attributes and/or JavaScript API"
<pclass="max-width:500px margin:20px_10px line-height:1.5">CoCreate-api is a simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. Thirdparty apis can be accessible using HTML5 data-attributes and/or JavaScript API. CoCreate-api includes the
48
51
client component and server side for api processing.</p>
<divclass="display:flex align-items:center transition:0.3s padding-left:10px" data-share_network="true" data-share_text="An api helper component in vanilla javascript to setup thirdparty api intergrations. Apis can be accessible using HTML5 data-attributes and/or JavaScript API"
35
-
data-share_title="CoCreate API modules" data-share_height="600" data-share_width="700" data-share_media="https://cdn.cocreate.app/docs/api.png" data-hover="display:block!important" data-hover_target=".social-networks">
36
-
<divclass="display:none social-networks">
37
-
<aclass="margin-right:15px" data-share_network='twitter' title="Share on twitter"><iclass="fab fa-twitter"></i></a>
38
-
<aclass="margin-right:15px" data-share_network='facebook' title="Share on Facebook"><iclass="fab fa-facebook"></i></a>
39
-
<aclass="margin-right:15px" data-share_network='instagram' title="Share on instagram"><iclass="fab fa-instagram"></i></a>
40
-
</div>
41
-
<aclass="margin-right:15px" data-share_network='share' title="Share on share"><iclass="fas fa-share-alt"></i></a>
<pclass="max-width:500px margin:20px_10px line-height:1.5">CoCreate-api is a simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. Thirdparty apis can be accessible using HTML5 data-attributes and/or JavaScript API. CoCreate-api includes the
47
37
client component and server side for api processing.</p>
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@cocreate/api",
3
-
"version": "1.0.10",
3
+
"version": "1.0.12",
4
4
"description": "A simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. CoCreate-api includes the client component and server side for api processing. Thirdparty apis can be accessible using HTML5 data-attributes and/or JavaScript API. ",
0 commit comments