Skip to content

itskdhere/ssh.surf-api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH.SURF API Examples

Some examples of how to use the SSH.SURF API and SSH.SURF API Wrapper (ssh.surf).

Requirements:

  • Node.js v18.16.x or higher
  • NPM v9.x.x or higher

Usage:

  • Clone this repository:
git clone https://github.com/itskdhere/ssh.surf-api-examples
cd ssh.surf-api-examples
  • Install dependencies:
npm install
  • Create a .env file and add your SSH.SURF API key:
cp .env.example .env
nano .env
  • Run the examples:
npm run hello
npm run name
npm run start
npm run stop
npm run restart
npm run info
npm run stats
npm run time
npm run newRootPass
npm run newKey
npm run keyTime
npm run license
npm run exec
npm run notify
npm run notifyRevolt

That's it! 🙂

About

Some Examples Of How To Use The SSH.SURF API and SSH.SURF API Wrapper (ssh.surf)

Resources

License

Stars

Watchers

Forks