An express server + UI that uses various inputs (political leaning, time budget, target period, personal experience) to suggest an amount of time that is reasonable to spend researching a given US political topic, based on different categories and weights.
See ./public/METHODOLOGY.md for more details.
All this is pretty much AI generated so while functionally it's ok, the quality is a mess. You have been warned :)
npm install
export OPENAI_API_KEY=<your-key>
export GOOGLE_API_KEY=<your-key>
export CUSTOM_SEARCH_ENGINE_ID=<your-google-cse-id>
npm start
The server will be running at http://localhost:3000.