haskell-spotlight icon indicating copy to clipboard operation
haskell-spotlight copied to clipboard

Fetch data for the home page community feed

Open visortelle opened this issue 3 years ago • 0 comments

This is how the home page looks now:

Screen Shot 2022-01-17 at 2 35 26 PM

There is an idea to provide a community feed to the home page.

  • [ ] Decide which resource to use as a data source. r/haskell and discourse.haskell.org. Probably Reddit is the better option as it's more popular.
  • [ ] Figure out the best way to fetch the data. It can be a request in a form of curl string with an example response. Plus instructions on how to get an API token if needed.
  • [ ] Think about multiple data sources and the way to mix them or switch between them.

You don't need to implement the UI part. I'll integrate it and mark the commit as Co-authored-by you.

visortelle avatar Jan 17 '22 13:01 visortelle