digitalocean-js
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="1.0.2"></a> | ||
## [1.0.2](https://github.com/jbw91/digitalocean-js/compare/v1.0.1...v1.0.2) (2018-08-26) | ||
<a name="1.0.1"></a> | ||
@@ -7,0 +12,0 @@ ## [1.0.1](https://github.com/jbw91/digitalocean-js/compare/v0.5.1...v1.0.1) (2018-08-25) |
{ | ||
"name": "digitalocean-js", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "JavaScript library for the DigitalOcean API.", | ||
@@ -5,0 +5,0 @@ "main": "build/main/index.js", |
@@ -7,2 +7,11 @@ # DigitalOcean JS | ||
## Goals | ||
This library was built with a few goals in mind: | ||
* Be able to use in a Node or Browser environment with no difference in usage. | ||
* Use Promises instead of callbacks so clients can make use of `async`/`await`. | ||
* Be built in TypeScript so consumers of the library can benefit from excellent intellisense with the TypeScript definitions. | ||
* Provide solid documentation including examples for usage. | ||
## Usage | ||
@@ -27,9 +36,1 @@ | ||
To see all the services available, check out the [documentation](https://jbw91.github.io/digitalocean-js/). | ||
## Un-Implemented Services | ||
There are a few unavailable aspects of the API currently. They are: | ||
* Load Balancers [#5](https://github.com/jbw91/digitalocean-js/issues/5) | ||
If a service you need is unavailable, feel free to contribute a pull request! |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
717823
35