Xinhe998 / xinhe-linebot

My Chatbot developed by Node.js and Finite-State Machine.

Home Page:https://linebot.xinhehsu.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xinhe on Line Chatbot

LINE chatbot with Node.js

  • JavaScript Finite State Machine
  • EsLint extends Airbnb style guide
  • Babel and Webpack4

Getting Started

  1. Installation.
    cd xinhe-linebot/
    npm install
    
  2. Add .env file.
    PORT=3000
    CHANNEL_ID='channel ID'
    CHANNEL_SECRET='channel secret'
    CHANNEL_ACCESS_TOKEN='channel access token'
    
  3. Start developing.
    npm start
    
  4. My LINE chatbot server is now running at http://localhost:3000

About

My Chatbot developed by Node.js and Finite-State Machine.

https://linebot.xinhehsu.com


Languages

Language:JavaScript 97.5%Language:CSS 1.4%Language:HTML 1.2%