Ashish Kumar Goyal

Results 7 comments of Ashish Kumar Goyal

@lewatt23 Notifier.notify({ 'message':'hello world '}); for using this you should require `node-notifier` in variable named **Notifier**, otherwise it will not work. it is working perfectly for me, i am on...

@lewatt23 you should use here JSON format for key and values, like const notifier = require('node-notifier'); const path = require('path'); notifier.notify({ 'title': 'My awesome title', 'message': 'Hello from node, Mr....

@mikaelbr because JSON format works for me but simple JS formst does not work. Thanks

@championswimmer we can add a AJAX preloader for our site, on slow network it will enhance user experience.

@divyanshu-rawat facebook has change it's privacy policy and due to it you can not access now it by localhost or any other http:// domain, for accessing facebook api SSL certified...

@divyanshu-rawat i am happy to help you! https://developers.facebook.com/docs/facebook-login/access-tokens over this link you can find out that all the client - server connections for facebook api can be done only for...

@divyanshu-rawat generally heroku provide us http:// domain but if you add an SSL certificate to heroku then http:// convert into secure domain i.e https:// would you like to tell me...