-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
23 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,12 @@ | ||
# @theconvospace/sdk ![npm/v](https://img.shields.io/npm/v/@theconvospace/sdk) | ||
# Convo Space SDK for Deno | ||
|
||
![npm/types](https://img.shields.io/npm/types/@theconvospace/sdk) | ||
![nodeVersion](https://img.shields.io/node/v/@theconvospace/sdk) | ||
![bundlephobia/dependency-count](https://img.shields.io/librariesio/release/npm/@theconvospace/sdk) | ||
![bundlephobia/minzip](https://img.shields.io/bundlephobia/minzip/@theconvospace/sdk) | ||
![bundlephobia/min/](https://img.shields.io/bundlephobia/min/@theconvospace/sdk) | ||
SDK for building on [theconvo.space](https://theconvo.space) | ||
|
||
SDK containing all the functions you'll need to build on | ||
[theconvo.space](https://theconvo.space) | ||
|
||
Check out the [Changelog](/packages/sdk/CHANGELOG.md) | ||
View on [Deno.land](https://deno.land/x/convo/packages/sdk-deno) Check out the | ||
[Changelog](/packages/sdk-deno/CHANGELOG.md) | ||
|
||
## Installation | ||
|
||
```bash | ||
yarn add @theconvospace/sdk | ||
npm i --save @theconvospace/sdk | ||
pnpm i --save @theconvospace/sdk | ||
```js | ||
import { Convo } from "https://deno.land/x/convo@v0.1.1/packages/sdk-deno/mod.ts"; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,20 @@ | ||
# Convo Space SDK for Deno | ||
# @theconvospace/sdk ![npm/v](https://img.shields.io/npm/v/@theconvospace/sdk) | ||
|
||
SDK for building on [theconvo.space](https://theconvo.space) | ||
![npm/types](https://img.shields.io/npm/types/@theconvospace/sdk) | ||
![nodeVersion](https://img.shields.io/node/v/@theconvospace/sdk) | ||
![bundlephobia/dependency-count](https://img.shields.io/librariesio/release/npm/@theconvospace/sdk) | ||
![bundlephobia/minzip](https://img.shields.io/bundlephobia/minzip/@theconvospace/sdk) | ||
![bundlephobia/min/](https://img.shields.io/bundlephobia/min/@theconvospace/sdk) | ||
|
||
Check out the [Changelog](/packages/sdk-deno/CHANGELOG.md) | ||
SDK containing all the functions you'll need to build on | ||
[theconvo.space](https://theconvo.space) | ||
|
||
Check out the [Changelog](/packages/sdk/CHANGELOG.md) | ||
|
||
## Installation | ||
|
||
```js | ||
import * as convo from "https://deno.land/x/convo@v0.1.0/packages/sdk-deno/mod.ts"; | ||
```bash | ||
yarn add @theconvospace/sdk | ||
npm i --save @theconvospace/sdk | ||
pnpm i --save @theconvospace/sdk | ||
``` |
b8d4a40
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
convosdk-examples-nextjs – ./examples/nextjs
convosdk-examples-nextjs.vercel.app
convosdk-examples-nextjs-git-main-anudit.vercel.app
convosdk-examples-nextjs-anudit.vercel.app
b8d4a40
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
convosdk-examples-browser – ./examples/browser
convosdk-examples-browser-git-main-anudit.vercel.app
convosdk-examples-browser.vercel.app
convosdk-examples-browser-anudit.vercel.app