github.com/PlaceOS/drivers

PlaceOS integrations and automations.

13 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  drivers:
    github: PlaceOS/drivers
    version: ~> 2.2.0

Then run:

shards install

shard.yml

Crystal
0.35.1
Target
  • test-harness from src/app.cr

Dependencies

Runtime Dependencies

  • jwt*github: crystal-community/jwt
  • ntlm*github: spider-gazelle/ntlm
  • email*github: arcage/crystal-email
  • pinger*github: spider-gazelle/pinger
  • rwlock*github: spider-gazelle/readers-writer
  • telnet*github: spider-gazelle/telnet.cr
  • placeos~> 2.1.6github: placeos/crystal-client
  • qr-code*github: spider-gazelle/qr-code
  • s2_cells*github: spider-gazelle/s2_cells
  • exec_from*github: place-labs/exec_from
  • link-header*github: spider-gazelle/link-header
  • place_calendar*github: PlaceOS/calendar
  • placeos-driver~> 3.6github: placeos/driver
  • placeos-compiler~> 2.0github: placeos/compiler
  • action-controller~> 3.1github: spider-gazelle/action-controller

README

# PlaceOS Drivers

[![Build Status](https://travis-ci.org/placeos/drivers.svg?branch=master)](https://travis-ci.org/placeos/drivers)

Manage and test [PlaceOS](https://place.technology) drivers.

## Development

To spin up the test harness, clone the repository and run...

```bash
$ docker-compose up -d
```

Point a browser to [localhost:8085](http://localhost:8085), and you're good to go.