Skip to content

elliottgorrell/vyltr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vyltr — Vultr API Wrapper 🍬

XO code style Build Status

An API wrapper for the Vultr API.

Documentation is available here.

Note: this is a work in progress.

Progress

  • server
    • list
    • reboot
    • start
    • stop
    • create
  • block storage
    • list
    • attach
    • create
    • delete
    • detach
    • set label
    • resize
  • regions
    • list all
    • list available
  • dns
    • list records
    • create domain
    • delete domain
    • create record
    • update record
    • delete record
  • operating systems
    • list
  • plans
    • list

Contributing

  1. Clone the repo
  2. Make a new local branch
  3. Change what you'd like
  4. Write some tests
  5. Make a Pull Request!

✌️

Packages

No packages published

Languages

  • JavaScript 100.0%