https://github.com/dvcol/withings-web-extension
Small utility extension to manage withings data
https://github.com/dvcol/withings-web-extension
Last synced: 11 months ago
JSON representation
Small utility extension to manage withings data
- Host: GitHub
- URL: https://github.com/dvcol/withings-web-extension
- Owner: dvcol
- Created: 2024-05-26T11:14:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T18:03:28.000Z (almost 2 years ago)
- Last Synced: 2025-07-21T01:39:32.709Z (11 months ago)
- Language: TypeScript
- Size: 796 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Welcome to Withings Web Extension 👋
> This is a simple Web Extension wrapper around withings client to facilitate device event subscription and data managment.
## Prerequisites
- pnpm >=7.0.0
- node >=17.0.0
## Install
```sh
pnpm install
```
## Usage
```sh
pnpm dev
```
See [package.json](https://github.com/dvcol/synology-download/blob/main/package.json) for other useful scripts.
## Run tests
```sh
pnpm test:unit
```
## Author
* Github: [@dvcol](https://github.com/dvcol)
## 📝 License
This project is [MIT](https://github.com/dvcol/trakt-extension/blob/master/LICENSE) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_