Renamed JS folder and started learning Crystal

This commit is contained in:
plane000
2018-06-17 19:47:18 +01:00
parent 27998205c2
commit 348ba8e737
49 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# node-dtdns-updater
This is a simple Client Updater for [DtDNS.com](http://dtdns.com).
Install the dependencies with : `npm install`
Launch it with : `node index.js`
With the `-v` argument it logs everything.
The first time the program launches, a `config.json` file will be created, you'll have to configure your DtDNS credentials and the update delay.
In ip, leave `""` to point to the current ip.
See [DtDNS api info](https://www.dtdns.com/dtsite/updatespec) for more info.
## License
MIT (SEE LICENSE FILE)