aiham / reddit-oauth

Reddit API wrapper
http://aiham.github.io/reddit-oauth
7 stars 4 forks source link

Browserify support #1

Open JohnnySheffield opened 9 years ago

JohnnySheffield commented 9 years ago

First of all, i've successfully used your package to authenticate and communicate with reddit api! Great job!

After reading source, it seems to me that there are no obstacles to run your package with browserify in the client side.

Did you have any plans on adding browserify support?

JohnnySheffield commented 9 years ago

I've attempted to browserify the the reddit-oauth with browser-request instead request, but inital tests in chrome do not work.

iriscouch/browser-request#31

aiham commented 9 years ago

Thanks for the comment.

I haven't used browserify yet but it's already on my to-do list. I'll look into it within the next few days and get back to you on what I plan to do.