Skip to content

apisnoop/snoopApp

 
 

Repository files navigation

apisnoop.cncf.io

This is the APISnoop web app, displayed at apisnoop.cncf.io

It pulls in json generated by our Snoop Postgres DB to display the testing coverage for kubernetes.

The app is written in Svelte, using Sapper to help build the routes.

Installing for local development

Clone down and enter the repo:

git clone https://github.com/zachmandeville/snoopApp.git
cd snoopApp

install dependencies and start up dev server

npm install
npm run dev

The site will be visitable at localhost:3000

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 53.5%
  • JavaScript 31.1%
  • CSS 12.8%
  • HTML 1.6%
  • Clojure 1.0%