Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

RecoTwExplorer/recotw-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecoTw Exp Proxy Server

Standalone server for RecoTw Explorer

Install

npm install recotw-proxy

or head from Git

git clone https://github.com/RecoTwExplorer/recotw-proxy
typings install
npm run build

-- You can also use global install

Command line

recotw-server [-h] [options]

Options

  • --host recotw api server host [api.recotw.black]
  • --ip recotw api server ip address [157.112.147.23]
  • --listen listening ip addr [127.0.0.1]
  • --port listening port or unix domain socket path [4100]
  • --root application root path [./]
  • --silent not output log [false]
  • --utc log datetime as utc [fasle]

Routing

/api/recotw/:foo :: http://api.recotw.black/:foo
/ :: cwd or selected on --root

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published