{"id":15493387,"url":"https://github.com/maythiwat/node-blynk","last_synced_at":"2025-04-22T19:49:22.788Z","repository":{"id":46591499,"uuid":"505016939","full_name":"maythiwat/node-blynk","owner":"maythiwat","description":"✨ Node.js Client for Blynk (Legacy) Mobile App Protocol","archived":false,"fork":false,"pushed_at":"2022-06-19T07:25:30.000Z","size":11,"stargazers_count":5,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-19T11:11:23.204Z","etag":null,"topics":["arduino","blynk","blynk-iot-platform","blynk-mobile","esp8266","iot","reverse-engineering"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/blynk","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maythiwat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"ko_fi":"hiren"}},"created_at":"2022-06-19T05:06:03.000Z","updated_at":"2023-04-19T15:39:19.000Z","dependencies_parsed_at":"2022-08-28T03:20:13.454Z","dependency_job_id":null,"html_url":"https://github.com/maythiwat/node-blynk","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maythiwat%2Fnode-blynk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maythiwat%2Fnode-blynk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maythiwat%2Fnode-blynk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maythiwat%2Fnode-blynk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maythiwat","download_url":"https://codeload.github.com/maythiwat/node-blynk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250313133,"owners_count":21410166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","blynk","blynk-iot-platform","blynk-mobile","esp8266","iot","reverse-engineering"],"created_at":"2024-10-02T08:06:10.393Z","updated_at":"2025-04-22T19:49:22.761Z","avatar_url":"https://github.com/maythiwat.png","language":"TypeScript","funding_links":["https://ko-fi.com/hiren"],"categories":[],"sub_categories":[],"readme":"# node-blynk\n✨ Node.js Client for Blynk (Legacy) Mobile App Protocol\n\n## Why?\nI just want to register a new account on self-hosted server, but Blynk (Legacy) app don't let me to do that\n\nand I just saw that Blynk (Legacy) app will be removed from the store on this June 30th,\n\nso I decided to open source this project, That's it! 🤷‍♂️\n\n![aru-panik](https://user-images.githubusercontent.com/23092256/174468961-5cda69e7-a4f5-46fe-a458-12efc6f64880.png)\n\n## Features\n- Login/Register Account\n- Get Energy\n- Get Devices in Dashboard\n- Load Profile\n- Hardware Command (WIP)\n\n## Usage\n```ts\nimport Blynk from 'blynk'\n// in JavaScript\n// const { Blynk } = require('blynk')\n\nconst blynk = new Blynk('blynk.example.org', 9443)\nawait blynk.connect()\n\nawait blynk.login('user@example.com', 'p@$$w0rd')\n// or Register new account:\n// await blynk.register('user@example.com', 'p@$$w0rd')\n\nawait blynk.getEnergy() // Returns energy amount (e.g. 10000)\n```\n\n## References\n\n- [Blynk Protocol](https://github.com/blynkkk/blynk-server/blob/master/README.md#blynk-protocol)\n\n- [Commands List](https://github.com/blynkkk/blynk-server/blob/master/server/core/src/main/java/cc/blynk/server/core/protocol/enums/Command.java#L10)\n\n- [Response/Status Code List](https://github.com/blynkkk/blynk-server/blob/master/server/core/src/main/java/cc/blynk/server/core/protocol/enums/Response.java#L12)\n\n- [Login Command Logic](https://github.com/blynkkk/blynk-server/blob/master/server/tcp-app-server/src/main/java/cc/blynk/server/application/handlers/main/auth/MobileLoginHandler.java)\n\n- [Hardware Command Logic](https://github.com/blynkkk/blynk-server/blob/master/server/tcp-app-server/src/main/java/cc/blynk/server/application/handlers/main/logic/MobileHardwareLogic.java)\n\n- [Hardware Pin Types](https://github.com/blynkkk/blynk-server/blob/master/server/core/src/main/java/cc/blynk/server/core/model/enums/PinType.java)\n\n- [Test App Client](https://github.com/blynkkk/blynk-server/blob/master/integration-tests/src/test/java/cc/blynk/integration/model/tcp/TestAppClient.java)\n\n- [ilcato/blynk-app-client](https://github.com/ilcato/blynk-app-client/blob/master/index.js)\n\n## License\nThis project is MIT licensed (see [LICENSE.md](LICENSE.md))\n\nNot affiliated with Blynk Inc. in any way, \n\nTrademarks belongs to their respective owner.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaythiwat%2Fnode-blynk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaythiwat%2Fnode-blynk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaythiwat%2Fnode-blynk/lists"}