GithubHelp home page GithubHelp logo

maddox / mac-api Goto Github PK

View Code? Open in Web Editor NEW
33.0 9.0 6.0 67 KB

Command your Mac from afar

License: MIT License

JavaScript 35.15% Shell 38.04% HTML 26.81%
home-automation home-assistant macos automation api

mac-api's Introduction

Mac API!!

Mac API is a simple server allowing you to remotely command certain things on your Mac. This is mostly useful for a desktop computer that is always on.

Features

  • Wake your display.
  • Sleep your display.
  • Set your display's brightness.
  • Set your volume.
  • Toggle Do Not Disturb mode on or off.
  • Set the audio device used for input or output.

Setup

script/bootstrap

Running It

Get up and running immediately with script/server.

Mac API will run on port 8686 by default. Use the PORT environment variable to use your own port.

Forever

Mac API has support for Forever. It uses launchd on macOS to kick it off so that it starts on boot.

Development

You can simply run it by calling script/server. This will run it in development mode with logging to standard out.

Install as Service on macOS

script/install

Logging

Mac API logs all of its requests. In production, it logs to a file at log/logs.log. In development mode, it just logs to stdout.

Development

Launch the app via script/server to run it in the development environment.

HTTP API

This is a quick overview of the HTTP service. Read app.js if you need more info. It doesn't do a lot yet.

Methods

These are the endpoints you can hit to do things.

Endpoints

POST /sleep_display
POST /wake
POST /brightness/:level - Level: 0-32
POST /volume/:level - Level: 0-100
POST /dnd/:state - State: on or off
POST /audiodevice/:port/:device - Port: input or output, Device: name of device
GET /camera - Returns true if built-in camera in is in use, false otherwise.
GET /hid_idle_time - returns the time in seconds since the last keyboard/mouse interaction

Contributions

  • fork
  • create a feature branch
  • open a Pull Request

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.