Skip to content

Web ssh access, made from tty.js and packaged to work on xway as an app

Notifications You must be signed in to change notification settings

pablopi/xy-terminal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App package.json example

{
  "name": "xy-terminal",
  "version": "1.0.0",
  "description": "Web ssh access, made from tty.js",
  "main": "main.js",
  "dependencies": {
    "minimist": "^1.1.1"
  },
  "devDependencies": {},
  "scripts": {
    "test": "./main.js --port 31416"
  },
  "keywords": [
    "xway",
    "iot",
    "netbeast"
  ],
  "logo" : "assets/icon.png",
  "author" : "jesus@netbeast",
  "license" : "GPL V2"
}

About

Web ssh access, made from tty.js and packaged to work on xway as an app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.0%
  • HTML 35.0%