codeforpakistan / watchtower

An application to manage and report Lighthouse reports on government websites
MIT License
1 stars 2 forks source link

Watchtower - Analyzing Government Websites

Project Overview

Watchtower is a project aimed at continuously analyzing the quality and performance of government websites using Google's Page Speed insights API tool. The goal is to compile a report that provides an ongoing assessment of these websites, highlighting how they evolve and improve over time. By doing this, we aim to foster better digital governance and transparency.

Features

Crawl a predefined list of government websites. Utilize Google Page Speed insights API to analyze the front pages of these websites. Generate reports with performance scores. Store and compare historical data to track changes and improvements. Publish an annual analysis on the state of digital governance.

Technology Stack

Getting Started

To get started with Watchtower:

function getRuntimeFunctionName(fn) {
  if (!fn.name) throw new Error(`could not find function name for: ${fn}`);
  return fn.name;
}

Contributing

Contributions are welcome! Please read our CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.