bytespider / jsOAuth

JavaScript implimentation of the OAuth protocol. Currently supports version 1.0 (RFC5849) of the specification. Node.js & CommonJS compatible.
http://bytespider.github.com/jsOAuth/
MIT License
557 stars 109 forks source link

Making life simpler: Chrome iOS-Simulator App #41

Closed marbetschar closed 11 years ago

marbetschar commented 11 years ago

It would be great if there are already packages included in the jsOAuth download to make testing jsOAuth in a development environment easy.

As I think its quite annoying to everytime fire up the terminal to start chrome with uncountable arguments. That's why I have created an App on Mac OSX with Automator inclusive a fancy icon to just startup Chrome with the desired setup, so testing jsOAuth code is easy for me.

Maybe the same thing is possible on Linux or even on Windows and could be included into the download of jsOAuth to give a developer an easy start with all of these new xCode, OAuth kind of things.

If there is any interest on this i could share my App with you.

bytespider commented 11 years ago

If you'd like to provide a link to this, I can include it in the docs.