Skip to content

Commit

Permalink
fix: init using obsrver
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jan 26, 2021
1 parent 9e49220 commit cc67dfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CoCreate-api
A simple HTML5 and pure javascript component. Easy configuration using data-attributes and highly styleable.
A simple api helper component in vanilla javascript. Easily intergrate thirdparty apis. Makes thirdparty api accessible using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/api)

![GitHub file size in bytes](https://img.shields.io/github/size/CoCreate-app/CoCreate-api/dist/CoCreate-api.min.js?label=minified%20size&style=for-the-badge)
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-api?style=for-the-badge)
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@cocreate/api",
"version": "1.0.0",
"description": "A simple HTML5 and pure javascript component. Easy configuration using data-attributes and/or JavaScript API. Highly customizable and styleable.",
"description": "A simple api helper component in vanilla javascript. Easily intergrate thirdparty apis. Makes thirdparty api accessible using HTML5 data-attributes and/or JavaScript API",
"keywords": [
"thirdparty-api-intergration",
"thirdparty-api-tool",
"cocreate-api",
"cocreate",
"no-code-framework",
"cocreatejs",
Expand Down

0 comments on commit cc67dfc

Please sign in to comment.