Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

camphor-/now-server

Repository files navigation

now-server

Build Status Dependency Status devDependency Status

Environment

Latest stable version of Node.js

Run

Debug

DEBUG=now-server* npm start

Production

NODE_ENV=production npm start

Endpoints

  • /camera/take/ - 写真を撮影して, JSON 形式でレスポンスを返す (要認証)
  • /camera/uploads/ - 撮影した写真を提供する
  • /socket.io/ - Socket.IO 用 (要認証)