All Projects → vultr → vultr-node

vultr / vultr-node

Licence: MIT license
Vultr Node API client

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to vultr-node

jsbox-vultr-helper
一款运行在 JSBox (iOS) 上的 Vultr 服务器账户查询小工具
Stars: ✭ 27 (-53.45%)
Mutual labels:  vultr, vultr-api
docker-machine-driver-vultr
Vultr Driver Plugin for Docker Machine
Stars: ✭ 20 (-65.52%)
Mutual labels:  vultr, vultr-api
Docker Bitcoind
💰 Bitcoind Docker image that runs the Bitcoin node in a container for easy deployment
Stars: ✭ 391 (+574.14%)
Mutual labels:  vultr
vultr.rb
Ruby bindings for VULTR API v2.
Stars: ✭ 47 (-18.97%)
Mutual labels:  vultr
Docker Machine Vultr
Ⓜ️ Docker Machine driver for Vultr Cloud
Stars: ✭ 185 (+218.97%)
Mutual labels:  vultr
Vultrdash
Vultr self-hosted dashboard.
Stars: ✭ 59 (+1.72%)
Mutual labels:  vultr
Freedom
一个小白对于科学上网的一些切身感受的整理,自己捋思路,同时也为方便他人。发现错误的地方欢迎斧正。顺便也会不断整理一些实用资源及工具。
Stars: ✭ 236 (+306.9%)
Mutual labels:  vultr
Vultr
🐧 Vultr CLI and API client library
Stars: ✭ 357 (+515.52%)
Mutual labels:  vultr
Vultr-Dynamic-DNS
Dynamically update IP addresses in Vultr DNS without services like No-IP
Stars: ✭ 18 (-68.97%)
Mutual labels:  vultr
Terraform Provider Vultr
Terraform Vultr Provider
Stars: ✭ 172 (+196.55%)
Mutual labels:  vultr
rejig
Turn your VPS into an attack box
Stars: ✭ 33 (-43.1%)
Mutual labels:  vultr
Deno vultr
按需启动 Vultr 实例,实现每个月只需要 2 美元的 VPS
Stars: ✭ 168 (+189.66%)
Mutual labels:  vultr
Firewalltutor
自建梯子教程, 翻墙教程, 科学上网, google https://github.com/firewallTutor/firewallTutor
Stars: ✭ 83 (+43.1%)
Mutual labels:  vultr
Vultr Cli
Official command line tool for Vultr services
Stars: ✭ 235 (+305.17%)
Mutual labels:  vultr
Lexicon
Manipulate DNS records on various DNS providers in a standardized way.
Stars: ✭ 1,028 (+1672.41%)
Mutual labels:  vultr
Vps Recommendation
列舉出靠譜、實惠、優秀的VPS供應商,歡迎留言完善 
Stars: ✭ 392 (+575.86%)
Mutual labels:  vultr
Govultr
Vultr Go API client
Stars: ✭ 144 (+148.28%)
Mutual labels:  vultr
Vps
A handy bash script to setup crypto masternodes in no time. Initially developed for $PIVX. Now many more ;-)
Stars: ✭ 220 (+279.31%)
Mutual labels:  vultr
vultr-cloud-controller-manager
Kubernetes Cloud Controller Manager for Vultr
Stars: ✭ 51 (-12.07%)
Mutual labels:  vultr
packer-plugin-vultr
Packer Builder plugin for Vultr snapshots
Stars: ✭ 42 (-27.59%)
Mutual labels:  vultr

Automatic Releaser Code Coverage test npm version license

vultr-node

Official Vultr client node module.

Installation

npm install @vultr/vultr-node

Usage

Vultr uses a PAT (Personal Access Token) to interact/authenticate with the APIs. An API Key can be generated and acquired from the API menu in settings.

Initialize

const VultrNode = require('@vultr/vultr-node')

// Initialize the instance with your configuration
const vultr = VultrNode.initialize({
  apiKey: 'your-api-key-here',
  baseUrl: 'https://example.com', // Optional
  rateLimit: 600 // Optional
})

Calling Endpoints

// Call endpoints using Promises
vultr.account.getAccountInfo().then((response) => {
  console.log(response)
})

Versioning

This project follows SemVer for versioning. For the versions available, see the tags on this repository

Documentation

This implements Vultr API V2. For documentation on all endpoints, please visit https://www.vultr.com/api/. To use Vultr API V1, please use the version of the library on the V1 branch, or any version of this library before 2.0.0.

For documentation specific to this client please visit https://vultr.github.io/vultr-node

Contributing

Feel free to send pull requests our way! Please see the contributing guidelines.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Authors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].