Skip to main content

PSP Data Viewer | Docs

imagine i actually documented it tho

Easy to Use

API

Running on a super simple serverless Azure cloud function, these Python-based API calls just process and read data from an HDF5 file and return it in simple JSON

Focus on What Matters

WebApp(s)

Written in TypeScript and compiled via bun, the main, admin, and documentation sites are statically hosted on Firebase Hosting, and serve as a quick way to access data without calling the API

Powered by React

Backend

To ease the number of API requests, and to make the website easier to use, frequently accessed data is stored within a Firestore database. Only authorized apps can access this database via Firebase App Check