Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.08 KB

over-party-lab-chatbot

This is the line chatbot for Over Party Lab. We are using clasp and typescript to development.

logo

Env

To run on apps script, you need to install clasp and typescript for apps script, it will complie .ts file when you push code to your apps script.

  • Node.js version 4.7.4 or later
  • npm

Download

  • clasp
npm install @google/clasp -g
  • typescript for apps script
npm i -S @types/google-apps-script

push & pull

clasp pull
clasp push 

Reference

For more informantion, please check these following links: