jlovejo2 / Multi-Media-Search-App

This is a website that can search movies, books, and video games to find like material.
0 stars 3 forks source link

multiple functions created in regards to Rawg Api query #29

Closed jlovejo2 closed 4 years ago

jlovejo2 commented 4 years ago

Had to customize Rawg Api query because it returned back results that had parts of the user search input. Also rawg capitalizes the first letter of every word in the title of game.

ex: "titanic" search would bring back games with "titan" in the name.

-created function to capitalize the first letter of every word with user input -separated rawg api query into two functions. One that searches results for a keyword in the title. One that searches results for an exact match of user input