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: 2023-07-06T22:52:24.000Z (almost 3 years ago)
- Last Synced: 2023-10-20T21:42:46.422Z (over 2 years ago)
- Language: JavaScript
- Size: 571 KB
- Stars: 600
- Watchers: 14
- Forks: 53
- Open Issues: 14
-
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
```