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: 13 days ago
JSON representation
dash-holiday-creator creates the best holidays for you !!
- Host: GitHub
- URL: https://github.com/diescake/dash-holiday-creator
- Owner: diescake
- Created: 2016-12-11T12:14:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T08:52:05.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T16:31:05.233Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
}
]
}
```