You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rails API for Slam Dunk, an app that displays NBA highlights uploaded to Reddit's /r/nba
Provides data and makes Reddit API calls for React front end (repo)
View live site here (please be patient while Heroku wakes up)
Features
Upon request from React front end, makes request to Reddit for all posts from 6 most recent pages at /r/nba
Filters posts and only persists those that contain highlight content
Highlight title uniqueness validation prevents duplicates from being persisted
Sorts all highlights based on the date they were created on Reddit before rendering to front end
Architecture
see app folder for application code
PostreSQL database stores NBA highlight information
About
Slam Dunk delivers all the latest highlights from across the NBA in one convenient location. Users can also search an ever-expanding archive of highlights to find something specific.