This website…
http://doctorjs.org/
Says I have to post my javascript to:
http://doctorjs.org/analyze
How on Earth do I do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Pete,
It looks like that page expects a post request. therefore, you have to read the instructions on the page (http://doctorjs.org/) :). it says in the page to post it to here:
direct quote:
Just POST to http://doctorjs.org/analyze with the src field set to your source
code, and the doctor will give you an analysis in JSON. Try it out!
http://doctorjs.org/try.html
lol – give it a ‘proper’ try on the try.html page. good luck