takanakahiko / gas-tweet-with-base64image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gas-tweet-with-base64image

clasp

My dazzling Google Apps Script project

Getting Started

# setup GAS project
$ clasp create --rootDir ./src

# push with hot reload
$ npm run dev

Configuration

Open src/appsscript.json, change timeZone (optional)

Apps Script Manifests

{
  "timeZone": "Asia/Tokyo", ## Change timeZone
  "dependencies": {
  },
  "exceptionLogging": "STACKDRIVER"
}

License

This software is released under the MIT License, see LICENSE.txt.

This template was made by sao-clasp. ( MIT © takanakahiko )

This template was made based on gas-clasp-starter. ( MIT © howdy39 )

About

License:MIT License


Languages

Language:TypeScript 98.4%Language:JavaScript 1.6%