Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 973 Bytes

README.md

File metadata and controls

48 lines (27 loc) · 973 Bytes

PromptOn API - Typescript node example

A barebone example for PromptOn API SDK in typescript / node

Please note this is work in progress. Some changes in the making to improve dev UX of the SDK.

It also means this example might not work with latest API and prompton npm package version. Just raise an issue if you have any problem.

Installation

Prerequisites:

  • PromptOn Api user account on our hosted environment

    Drop an email for early access: [email protected]

    or

  • Local PromptOn Api server - see PromptOn API

Repo & yarn:

gh repo clone PromptOn/client-example-type-script-node

npm install yarn

Install just

Create your local .env See: .env.example

Install packages:

just install

Run it:

just run