Skip to content

Commit 18f83ee

Browse files
committed
readme
1 parent 9388993 commit 18f83ee

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
11
# node-directadmin
2-
DIRECTADMIN API Node.js client
2+
3+
Node.js module for [DirectAdmin](https://www.directadmin.com/)
4+
5+
## Installation
6+
7+
`npm install directadmin`
8+
9+
## Tests
10+
11+
* Tests are implemented using `mocha` and `chai`. Run them with `npm test`.
12+
13+
## Examples
14+
15+
Check the examples folder for more specific use cases examples.
16+
17+
## License
18+
19+
Licensed under the Apache license, version 2.0 (the "license"); You may not use this file except in compliance with the license. You may obtain a copy of the license at:
20+
21+
http://www.apache.org/licenses/LICENSE-2.0.html
22+
23+
Unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "as is" basis, without warranties or conditions of any kind, either express or implied. See the license for the specific language governing permissions and limitations under the license.

0 commit comments

Comments
 (0)