pbojinov / request-ip

A Node.js module for retrieving a request's IP address on the server.

Home Page:https://npmjs.com/package/request-ip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES2015 Support

pbojinov opened this issue · comments

As more of us start adopting ES6/ES2015 in node, we should think about re-writing the library to fit the modern landscape.

Here's the Node.js ES2015 Support: http://node.green/

What are you thoughts on having an ES2015 version and a backwards compatible ES5 version compiled with babel?

Working on it :-)

Added in #23

Great job @fluxsauce!