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

https://github.com/zarox28/google_home_troll

Simple system to remotely control a Google Home
https://github.com/zarox28/google_home_troll

google-home troll

Last synced: 5 months ago
JSON representation

Simple system to remotely control a Google Home

Awesome Lists containing this project

README

          

# Google Home Troll

![Google Assistant](https://img.shields.io/badge/google%20assistant-4285F4?style=for-the-badge&logo=google%20assistant&logoColor=white) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) ![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=for-the-badge&logo=javascript) ![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg?style=for-the-badge)

> Version : **1.0.1**

---

## Table of Contents

- [About](#about)
- [Features](#features)
- [Installation](#installation)
- [Clone](#clone)
- [Setup](#setup)
- [Usage](#usage)
- [Contributing](#contributing)
- [Changelog](#changelog)
- [License](#license)
- [Authors](#authors)

## About

`Google Home Troll` is a Google Assistant application that allows you to troll your friends by controlling their Google Home devices.

## Features

- Change the volume
- Say a message
- Stop the music
- Get the device's informations

## Installation

### Clone

Clone this repository to your local machine

```bash
git clone https://github.com/Zarox28/google-home-troll.git
```

### Setup

Install the dependencies

```bash
npm install
```

## Usage

Start the application

```bash
npm start
```

## Contributing

To contribute to this project, please see [CONTRIBUTING](CONTRIBUTING.md).

## Changelog
See [CHANGELOG](CHANGELOG.md) for changes.

## License
This project is licensed under the AGPL-3.0 License. See [LICENSE](LICENSE.md) for more information.

## Authors
- [@Zarox28](https://github.com/Zarox28)