Skip to content

felixreichenbach/dy-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Viam SDK Quickstart

This example demonstrates how to connect to the Viam app and make calls to it.

Prerequisits

Create a .env file with the following content and add the appropriate values for your device. The easiest way to get the values is through app.viam.com:

VITE_ORG_ID=...
VITE_HOST=...
VITE_API_KEY_ID=...
VITE_API_KEY_SECRET=...

Install the required packages:

npm install

Usage

Run npm run dev and visit localhost:5173 in a browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published