Skip to content

thorwebdev/SupaFitScale

 
 

Repository files navigation

SupaFitScale

Read Xiaomi Mi Scale (MIBFS) with the Web Bluetooth Scanning API and store results in Supabase, secured by Supabase Auth and RLS.

Demo image

Setup

# start supabase locally and apply the setup migrations
supabase start

Build and Serve

# install dependencies
npm install

# serve with hot reload at localhost:1234
npm run dev

# build for production
npm run build

Special Thanks

All the hard work around reading the Bluetooth data has been done by Henry Lim in https://github.com/limhenry/web-bluetooth-mi-scale. Also read this article for detailed explanation on how things work.

@wiecosystem: https://github.com/wiecosystem/Bluetooth

About

Web App for Xiaomi Mi Scale using Web Bluetooth Scanning API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.2%
  • HTML 27.8%
  • PLpgSQL 10.0%