Ecosyste.ms: Awesome

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

https://github.com/diescake/dash-holiday-creator

dash-holiday-creator creates the best holidays for you !!
https://github.com/diescake/dash-holiday-creator

Last synced: 3 months ago
JSON representation

dash-holiday-creator creates the best holidays for you !!

Lists

README

        

# dash-holiday-creator

dash-holiday-creator provides great holidays to you !!

## Usage

```
$ npm install
$ npm start
```

## configs

Please open the following config file and input the necessary data.

### config/config.json

```JavaScript
{
"client": {
"user": "[email protected]", // your Gmail address
"clientId": "xxxxxxxx.googleusercontent.com", // your Gmail clientId
"clientSecret": "xxxxxxxxxxxxxxxxxx", // your Gmail client secret
"refreshToken": "xxxxxxxxxxxxxxxxxx" // your Gmail refresh token
},
"buttons": [
{
"MACAddress": "xx:xx:xx:xx:xx:xx", // MAC address of Amazon Dash Button
"to": "[email protected]", // destination of E-Mail
"myName": "名無しさん@休みたい", // your name in subject and message
"request": "午前休", // your request
"reason": "私用" // the reason for your request
}
]
}
```