An open API service indexing awesome lists of open source software.

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

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
```