Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

thomaspuppe/news-benchmark

Repository files navigation

news-benchmark

https://thomaspuppe.github.io/news-benchmark/

Usage

  • npm run collect to collect lighthouse data
  • npm run render to render results into HTML file
  • npm run deploy to copy the HTML file into gh_pages branch and push to GitHub

Next Steps

  • Warum hängt die BILD??

  • Run via GitHub Actions (like Speedlify)

  • make rponline, FAZ and heise work


	{
		"id": "rponline",
		"url": "https://rp-online.de/",
		"label": "RP Online",
		"label_pretty": "RP Online"
	},
	{
		"id": "heise",
		"url": "https://www.heise.de/",
		"label": "heise",
		"label_pretty": "heise online"
	},
	{
		"id": "faz",
		"url": "https://www.faz.net/aktuell/",
		"label": "FAZ",
		"label_pretty": "FAZ"
	},
	{
		"id": "bild",
		"url": "https://www.bild.de/",
		"label": "BILD",
		"label_pretty": "BILD"
	},