- get headlines from rss feeds
- link to original article
- extract talking points
- summarize left and rights view
- which side has most support
- right or left leaning (with rating)
- account with openapi
- account with anthropic
- account with hosting provider
-
- fly.io offers hobby tier at no cost and $5 per month depending on traffic
Frontpage is located: http://www.yourhostname.com/ Admin is located: http://www.yourhostname.com/admin
- Run
fly launch - Set the openapi key `fly secrets set OPENAI_API_KEY=your_api_key'
- Set the anthropic key `fly secrets set ANTHROPIC_API_KEY=your_api_key'
To start the server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix