https://github.com/maxmudjon/get_mihome_devices_token
Get Mi Home devices token Windows/MacOS app.
https://github.com/maxmudjon/get_mihome_devices_token
Last synced: about 1 year ago
JSON representation
Get Mi Home devices token Windows/MacOS app.
- Host: GitHub
- URL: https://github.com/maxmudjon/get_mihome_devices_token
- Owner: Maxmudjon
- Created: 2021-01-17T04:15:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T05:59:30.000Z (over 1 year ago)
- Last Synced: 2025-04-11T21:49:01.091Z (about 1 year ago)
- Language: JavaScript
- Size: 574 KB
- Stars: 736
- Watchers: 13
- Forks: 60
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Get Mi Home Devices Token App

## Download
[Releases](https://github.com/Maxmudjon/Get_MiHome_devices_token/releases)
## Install dependencies
```sh
npm i
```
Get Mi Home devices token Windows / Mac OS app.
## Run on dev mode
```sh
npm start
```
### The electron folder is created in the project director and applications will be built there.
### Build Windows
```sh
npm run win
```
### Build Mac
```sh
npm run mac
```