https://github.com/peerlibrary/meteor-punycode
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891
https://github.com/peerlibrary/meteor-punycode
Last synced: 7 months ago
JSON representation
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891
- Host: GitHub
- URL: https://github.com/peerlibrary/meteor-punycode
- Owner: peerlibrary
- License: mit
- Created: 2015-11-07T23:02:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T23:03:53.000Z (over 10 years ago)
- Last Synced: 2025-02-22T16:14:55.120Z (over 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
punnycode smart package
=======================
Meteor smart package for [punnycode.js](https://github.com/bestiejs/punycode.js), providing a robust Punycode converter
that fully complies to RFC 3492 and RFC 5891.
Adding this package to your [Meteor](http://www.meteor.com/) application adds `Punnycode` object into the global scope.
Both client and server side.
Installation
------------
```
meteor add peerlibrary:punnycode
```