ykyouhei / TKLineBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TKLineBot

macOS Linux Apache 2 Swift version

  • LineBot用Projectです
  • Bluemix上で動作します

Setup

  1. ビルド(Package.swift更新時にも実行する必要があります)
$ swift build
  1. XcodeProjectを生成(Package.swift更新時にも実行する必要があり?)
$ swift package generate-xcodeproj
  1. 実行(コマンドライン) Once the application is compiled, you can start the server (note that the executable file is located in the .build/debug directory: ./.build/debug/Kitura-Starter):
$ ./.build/debug/Kitura-Starter
 INFO: Kitura_Starter main.swift line 29 - Server will be started on 'http://localhost:8090'. 
 INFO: listen(on:) HTTPServer.swift line 73 - Listening on port 8090 
  1. 実行(Xcode) XcodeでRun

About

License:Apache License 2.0


Languages

Language:Swift 91.6%Language:CSS 3.7%Language:HTML 3.5%Language:Shell 1.1%