Web performance monitoring API (Ruby On Rails) with Google PageSpeed Insights.
Phare is a web performance monitoring API, built with Ruby On Rails, to periodically monitor URLs with Google PageSpeed Insights API and provide the most relevant statistics.
Add an URL to the monitoring pool:
Request: PUT /api/v1/pub/pages
Payload:
{
"url": "https://www.google.com",
"audit_frequency": "hourly"
}
Response:
{
"id": 1,
"url": "https://www.google.com"
}
Find the full documentation of the Phare API on SwaggerHub.
This project is MIT licensed.