https://github.com/scotow/subdomain
Manage your OVH subdomains
https://github.com/scotow/subdomain
nodejs ovh ovh-api subdomain
Last synced: over 1 year ago
JSON representation
Manage your OVH subdomains
- Host: GitHub
- URL: https://github.com/scotow/subdomain
- Owner: scotow
- License: mit
- Created: 2017-08-31T19:24:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T22:10:25.000Z (over 7 years ago)
- Last Synced: 2025-03-23T04:22:59.254Z (over 1 year ago)
- Topics: nodejs, ovh, ovh-api, subdomain
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# subdomain
A simple OVH's API wrapper to list, create and delete subdomain(s) entry.
### How to install
`npm install -g https://github.com/Scotow/subdomain`
### Example
`subdomain -d google.com --ip=8.8.8.8 -a dns -r dev`
> Create the subdomain "dns" and make it targets to 8.8.8.8, delete subdomain "dev".
### Credentials
Setup your credentials by editing the `credentials.json` file in the project's directory and fill it using the following pattern:
```JSON
{
"appKey": "YOUR_APP_KEY",
"appSecret": "YOUR_APP_SECRET_KEY",
"consumerKey": "YOUR_CONSUMER_KEY"
}
```
### App
Head to this [link](https://eu.api.ovh.com/createToken/) to create an app credentials. 🔑