chialab / a11ygator-app

🐊 An application and Twitter bot that bites websites to taste their accessibility.
https://a11ygator.chialab.io
MIT License
7 stars 2 forks source link

Get raw json report from /report route #9

Closed nicolocarpignoli closed 5 years ago

nicolocarpignoli commented 5 years ago

using

GET /report?url=<site-to-test> HTTP/1.1

now returns report as raw JSON.

In order to get HTML report is as simply as

GET /report?url=<site-to-test&format=html> HTTP/1.1