<?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: Mirkan</title>
    <description>The latest articles on DEV Community by Mirkan (@mirkan1).</description>
    <link>https://dev.to/mirkan1</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%2F116468%2F3ba95d82-cc94-4684-ae6d-2f315e52b3d8.jpeg</url>
      <title>DEV Community: Mirkan</title>
      <link>https://dev.to/mirkan1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mirkan1"/>
    <language>en</language>
    <item>
      <title>mirkan1 Twilio x Dev Hackathon submission #TwilioHackathon</title>
      <dc:creator>Mirkan</dc:creator>
      <pubDate>Mon, 20 Apr 2020 06:24:55 +0000</pubDate>
      <link>https://dev.to/mirkan1/mirkan1-twilio-x-dev-hackathon-submission-2d7o</link>
      <guid>https://dev.to/mirkan1/mirkan1-twilio-x-dev-hackathon-submission-2d7o</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;You can get a country's fight against COVID-19; how many confirmed number of cases, recovered patients, deaths, etc. by sending a message: example input&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    to: +12017628866
    message: "USA" 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;example output&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    In Italy confirmed number of cases are 159516.
        Recovered people are more than 35435.
        3260 people are still in critical condition and 20465 deaths
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And/Or you can get a news article about COVID-19 by sending message: example input&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    to: +12017628866
    message: "news" 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;example output&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    *India coronavirus: World's largest postal service turns lifesaver*
    India has the largest postal service in the world - and now it is stepping in to help deliver lifesaving medicines during a countrywide lockdown aimed at tackling the coronavirus pandemic. The BBC's Ayeshea Perera in Delhi reports. Red postal vans are a familiar sight in India. They make thousands of journeys every day, criss-crossing the ...
    from: YAHOO!,
    published on 13-4-2020
    https://news.yahoo.com/india-coronavirus-worlds-largest-postal-230159614.html
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  Category Submission:
&lt;/h4&gt;

&lt;p&gt;Interesting Integrations: an app that integrates Twilio with at least one other API.&lt;/p&gt;

&lt;p&gt;Examples: appointment reminders app that uses a scheduling API, sports alert app that uses sports-stat APIs, location-based app that leverages geo-location APIs&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo Link
&lt;/h2&gt;

&lt;p&gt;MESSAGING TO +12017628866 WILL BE AVAILABLE UNTIL THE HECATRON IS OVER, FEEL FREE TO TEST IT&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fmirkan1%2Fcovid19_sms_info%2Fblob%2Fmaster%2Fexample.PNG%3Fraw%3Dtrue" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fmirkan1%2Fcovid19_sms_info%2Fblob%2Fmaster%2Fexample.PNG%3Fraw%3Dtrue" alt="example input/output"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Link to Code
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/mirkan1/covid19_sms_info" rel="noopener noreferrer"&gt;https://github.com/mirkan1/covid19_sms_info&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How I built it (what's the stack? did I run into issues or discover something new along the way?)
&lt;/h2&gt;

&lt;p&gt;I learned how to use multitasking on python, and how to use Flask more efficiently&lt;/p&gt;

&lt;h2&gt;
  
  
  Additional Resources/Info
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;twilioAPI (twilio.com)
for SMS messaging&lt;/li&gt;
&lt;li&gt;rapidAPI (rapidapi.com)
for information gathering&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  I am thinking to develop it more, making a webpage, and adding some good front-end stuff but for now, I wanted to share my progress with you
&lt;/h1&gt;

</description>
      <category>twiliohackathon</category>
      <category>node</category>
      <category>python</category>
      <category>flask</category>
    </item>
  </channel>
</rss>
