Skip to content

A serialport communication to send data to supabase database from arduino sensors using nodejs framework and typescript

Notifications You must be signed in to change notification settings

Harry-Kachigamba/nodejsSerialCommunicationTypescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing Nodejs

https://nodejs.org/en/download/prebuilt-installer/current

Initializing the project

npm init -y

Installing Typescript

npm install typescript

Installing supabase

npm install @supabase/supabase-js

Installing serialport

npm install serialport

Initializing typescript configuration

npm tsc --init

Running an app

node app.js

About

A serialport communication to send data to supabase database from arduino sensors using nodejs framework and typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published