Skip to content

Instantly share code, notes, and snippets.

@dionarya23
Created November 9, 2020 05:27
Show Gist options
  • Save dionarya23/4ed5c62c394f7882629cac39e031be45 to your computer and use it in GitHub Desktop.
Save dionarya23/4ed5c62c394f7882629cac39e031be45 to your computer and use it in GitHub Desktop.
const express = require("express");
const { middleware, Client } = require("@line/bot-sdk");
const translate = require("translation-google");
const app = express();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment