websanova / js-url

url() - A simple, lightweight url parser for JavaScript
http://www.websanova.com
MIT License
1.93k stars 204 forks source link

Make it work with NPM? #28

Closed bettiolo closed 9 years ago

bettiolo commented 10 years ago

It would be very good to have the library work in node. Any plans?

websanova commented 10 years ago

Yes, actually, I may make a node version of it very soon since I just started playing with Node. On Mar 11, 2014 3:12 PM, "Marco Bettiolo" notifications@github.com wrote:

It would be very good to have the library work in node. Any plans?

Reply to this email directly or view it on GitHubhttps://github.com/websanova/js-url/issues/28 .

bettiolo commented 10 years ago

I would like to use it in my NPM version of my oauth-signature-js project

bettiolo commented 10 years ago

I made my oauth-signature-js library work in node and in the browser, you can take a look here: https://github.com/bettiolo/oauth-signature-js/blob/master/src/app/oauth-signature.js

websanova commented 9 years ago

Yep, it's already there.

https://github.com/websanova/node-url On May 13, 2015 06:14, "Sreekanth S" notifications@github.com wrote:

@websanova https://github.com/websanova, did you get any chance to make this library work with npm/node?

— Reply to this email directly or view it on GitHub https://github.com/websanova/js-url/issues/28#issuecomment-101423422.

ssreekanth commented 9 years ago

I found it already, hence deleted my comment. This issue made me think that its not done yet. You should probably close this issue.

bettiolo commented 9 years ago

Thanks everyone :+1: