NoRoboto / mi-band2-scripts

A little collection of mi band 2 scripts, .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mi band 2 scripts


gif xiaomi band and slide

Some scripts to play with this awesome band `:ocean:` `:ocean:`

Table of Contents

Introduction

Xiaomi mi band 2 is a wonderful wearable that can perform many things. Access to several features allow to do creative projects, this repo contain some resources over Volodymyr - mi band api.

Requirements

We need

  • Nodejs = 8.x.x (it does not work in node 10)
  • NVM (To avoid headaches)
  • NPM >= 5.x.x
  • (Optional) Yarn
  • Bluetooth

Install (use NVM and install node 8.x.x)

yarn
or
npm install

Test device communication

yarn test-connect
or
npm run test-connect

Acknowledgments

Thanks to Volodymyr Shymanskyy for create this amazing repo about xiaomi mi band 2 hack in javascript .

License

The MIT License (MIT) 2018.

About

A little collection of mi band 2 scripts, .


Languages

Language:JavaScript 100.0%