BoyCook / TwitterJSClient

Twitter client written in JavaScript packaged as a node module
GNU General Public License v2.0
562 stars 176 forks source link

Issue while loading twitter-node-client in my own application. #54

Closed kurbhatt closed 7 years ago

kurbhatt commented 7 years ago

Hello, I am implementing login using twitter in my own application. Found some example http://strangemilk.com/twitter-api-with-javascript/

trying to implement but facing issue while accessing node_modules libraries using requirejs.

I have posted question on stackoverflow as well.

Can you please look into it ?

Thanks.