<?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: Peperoncino</title>
    <description>The latest articles on DEV Community by Peperoncino (@doarakko).</description>
    <link>https://dev.to/doarakko</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%2F220977%2F4b894f47-f2c9-48ad-9773-65ecf6cb4a57.png</url>
      <title>DEV Community: Peperoncino</title>
      <link>https://dev.to/doarakko</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/doarakko"/>
    <language>en</language>
    <item>
      <title>Draw Yu-Gi-Oh! Card on the command line</title>
      <dc:creator>Peperoncino</dc:creator>
      <pubDate>Sun, 03 May 2020 14:25:37 +0000</pubDate>
      <link>https://dev.to/doarakko/draw-yu-gi-oh-card-on-the-command-line-nil</link>
      <guid>https://dev.to/doarakko/draw-yu-gi-oh-card-on-the-command-line-nil</guid>
      <description>&lt;p&gt;I developed &lt;a href="https://github.com/Doarakko/draw"&gt;cli tool to draw Yu-Gi-Oh! card&lt;/a&gt;.&lt;br&gt;
Because I am a duelist.&lt;/p&gt;

&lt;h2&gt;
  
  
  Requirements
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Go&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Usage
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. install
&lt;/h3&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ go get github.com/Doarakko/draw
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h3&gt;
  
  
  2. run
&lt;/h3&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ draw
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h2&gt;
  
  
  In conclusion
&lt;/h2&gt;

&lt;p&gt;I used &lt;a href="https://db.ygoprodeck.com/api-guide/"&gt;Yu-Gi-Oh! API by YGOPRODeck&lt;/a&gt; to get Yu-Gi-Oh! card image.&lt;/p&gt;

&lt;p&gt;This is a &lt;a href="https://github.com/Doarakko/go-yugioh"&gt;go client library&lt;/a&gt; for this api.&lt;br&gt;
Please use it for developing various tools!&lt;/p&gt;

&lt;p&gt;My turn! Draw!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vEM2WxpJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://doarakko.github.io/img/draw-sample.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vEM2WxpJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://doarakko.github.io/img/draw-sample.gif" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>go</category>
      <category>yugioh</category>
      <category>cli</category>
    </item>
  </channel>
</rss>
