local-tld-lib

1.0.2 • Public • Published

Local TLD

See http://github.com/hoodiehq/local-tld for a description.

I want my app to register itself with local-tld!

var ltld = require("local-tld");
ltld.add("yourfancyproject", 12345);

// ok cool, how can I deregister?
ltld.remove("yourfancyproject");

License

Apache 2 License

Copyright

(c) 2013 Jan Lehnardt jan@apache.org

Readme

Keywords

Package Sidebar

Install

npm i local-tld-lib

Weekly Downloads

2

Version

1.0.2

License

Apache 2.0

Last publish

Collaborators

  • jan
  • boennemann
  • hoodiebot