Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 585 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 585 Bytes

Node client to run Moshi

This is a Node client written in Typescript to interact with Moshi. Here is how you can use it.

Requirements

This client can be run using your favorite package manager. We will use Yarn in this example. You will need:

  • Node
  • Yarn

Quickstart

<Scaleway Deployment UUID> is the UUID of the deployment to which the endpoint is associated, and <IAM API key> is the IAM API key that secures your endpoint.

To run the client, you can use the following commands:

yarn install
yarn run start -d <Scaleway Deployment UUID> -k <IAM API key>