An open API service indexing awesome lists of open source software.

https://github.com/bloomkd46/aladdinconnect

Unofficial node.js library (SDK) to control Genie's Aladdin Connect Garage Doors
https://github.com/bloomkd46/aladdinconnect

Last synced: 3 months ago
JSON representation

Unofficial node.js library (SDK) to control Genie's Aladdin Connect Garage Doors

Awesome Lists containing this project

README

        

# Genie-AladdinConnect
[![Build and Lint](https://github.com/bloomkd46/Genie-AladdinConnect/actions/workflows/build.yml/badge.svg)](https://github.com/bloomkd46/Genie-AladdinConnect/actions/workflows/build.yml)
[![Typedoc Generator](https://github.com/bloomkd46/Genie-AladdinConnect/actions/workflows/typedoc.yml/badge.svg)](https://github.com/bloomkd46/Genie-AladdinConnect/actions/workflows/typedoc.yml)
```typescript
import Aladdin from 'genie-aladdinconnect'

Aladdin.connect('', '').then(async doors => {
await doors[0].close()
process.exit(0);
});

```