<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mohamad Harith</title>
    <description>The latest articles on DEV Community by Mohamad Harith (@harithmohamad97).</description>
    <link>https://dev.to/harithmohamad97</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F144417%2F38049fc8-6116-4a37-b3f1-09fc1a743142.jpg</url>
      <title>DEV Community: Mohamad Harith</title>
      <link>https://dev.to/harithmohamad97</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/harithmohamad97"/>
    <language>en</language>
    <item>
      <title>Random Youtube Song Player</title>
      <dc:creator>Mohamad Harith</dc:creator>
      <pubDate>Mon, 11 Mar 2019 17:36:49 +0000</pubDate>
      <link>https://dev.to/harithmohamad97/random-youtube-song-player-9ah</link>
      <guid>https://dev.to/harithmohamad97/random-youtube-song-player-9ah</guid>
      <description>&lt;h1&gt;
  
  
  Random Youtube Song Player
&lt;/h1&gt;

&lt;p&gt;(&lt;a href="https://rahmanify.harith.xyz"&gt;https://rahmanify.harith.xyz&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I am just getting started with web development and have built &lt;a href="https://rahmanify.harith.xyz"&gt;this&lt;/a&gt; fun project. It is a random song generator from a list of albums of a well known Indian composer, A.R. Rahman. &lt;/p&gt;

&lt;p&gt;I have used an API from &lt;a href="https://musicbrainz.org"&gt;https://musicbrainz.org&lt;/a&gt; to get the album database of the composer in JSON format. Then I randomly select a song from the list and pass it to the Youtube search API which will return a list of search results. However, I only return the top result which is always accurate.Then the web app redirects the page to youtube with the returned video ID. Finally, the web app is hosted on Firebase.&lt;/p&gt;

&lt;p&gt;Limitations of this app:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Couldn't filter the year of the album due to the limitations of the API.&lt;/li&gt;
&lt;li&gt;Doesn't work on Safari and Firefox yet.&lt;/li&gt;
&lt;li&gt;Youtube API only accepts around 200 requests per IP, I think.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Any form of suggestions on how I could improve this simple app is highly appreciated,&lt;br&gt;
Thank you.&lt;/p&gt;

</description>
      <category>youtube</category>
      <category>api</category>
      <category>beginners</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
