seanmturley / natureddit

A simple Reddit client, featuring a landing page dedicated to nature with posts pulled from a curated list of subreddits.
0 stars 1 forks source link

Expand homepage API call to multiple subreddits #159

Closed seanmturley closed 7 months ago

seanmturley commented 7 months ago

Description

The homepage was initially set up to pull posts exclusively from r/EarthPorn. This should be expanded to include at least a few other similar subreddits.

Tasks

Considerations

Subreddit candidates

See also: r/sfwpornnetwork, which includes a directory of nature related subreddits

seanmturley commented 7 months ago

This was a huge commit. Summary of work required:

The current functionality of the homepage is to pull a full batch of 25 posts from each of 3 arbitrarily selected subreddits. The cards are then displayed without any additional sorting i.e. each subreddit's posts are grouped together. This will be refined and improved as part of #160.