Skip to content

zachwalton/iffy.app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iffy.app

https://iffy.app

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.

Code quality

All this is pretty much AI generated so while functionally it's ok, the quality is a mess. You have been warned :)

Running

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published