I am a junior developer who has come across Drupal for the first time, and am enjoying my experience.
A project I am working on is retrieving tweets for given keywords/hashtags, storing them as a custom content type/node, and then displaying them in a view. I am able to retrieve tweets (via the API + TwitterOauth) and store them, but am having trouble thinking how to display them. My project is similar to the tutorial 'Saving Twitter Tweets to Nodes in Drupal 7 with hook_cron', and the way I would like to display my tweets is in the tutorial demo at http://aap.cornell.edu/news-events.
I have read the documentation, and have googled for help, but am finding it more difficult than first thought (I would rather have done this in Laravel, but Drupal is the requirement). I appreciate any help/feedback on how to achieve a solution, and general advice for a newbie Drupal developer facing similar problems :).