Skip to content

Instantly share code, notes, and snippets.

@gmacerola
Last active August 9, 2020 19:25
Show Gist options
  • Save gmacerola/3f4d169662e7dc5157c9937ce2fb9329 to your computer and use it in GitHub Desktop.
Save gmacerola/3f4d169662e7dc5157c9937ce2fb9329 to your computer and use it in GitHub Desktop.
API Hack Capstone Statement
Find books by category/keyword
Help users find new books to read (or listen to) based on their interests. For example, an individual could search for "objectivism" and books like "The Fountainhead" and "Atlas Shurugged" would be listed along with a synopis. I would also link to the book on amazon for purchase and to audiobook versions.
@gmacerola
Copy link
Author

Changing it up.

One button on the initial index site for it to pull the top 5 trending topics on twitter and then pull the top 5 articles from google news related to each of those trending topics.

After being displayed, the button to roll again or whatnot will allow the user to go again as trends change very quickly on twitter.

I will be using the Twitter API, specifically, GET trends/place and the rapidapi Google News api.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment