<?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: Newton Jillian</title>
    <description>The latest articles on DEV Community by Newton Jillian (@neji).</description>
    <link>https://dev.to/neji</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%2F860440%2Fdc2451b1-31cd-4b5b-846e-caea1250f119.png</url>
      <title>DEV Community: Newton Jillian</title>
      <link>https://dev.to/neji</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/neji"/>
    <language>en</language>
    <item>
      <title>Hosting Your JSON Server on Glitch</title>
      <dc:creator>Newton Jillian</dc:creator>
      <pubDate>Mon, 01 Aug 2022 03:16:00 +0000</pubDate>
      <link>https://dev.to/neji/hosting-your-json-server-on-glitch-1nnm</link>
      <guid>https://dev.to/neji/hosting-your-json-server-on-glitch-1nnm</guid>
      <description>&lt;p&gt;Unlike Heroku, glitch is a fast-time player for hosting compared to heroku. All that is required of You is one simple command and then boom.&lt;/p&gt;

&lt;p&gt;Here are the steps to hosting at Glitch:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Click on the following link: 
&lt;a href="https://glitch.com/" rel="noopener noreferrer"&gt;Glitch Website&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Login or Signup to your account&lt;/li&gt;
&lt;li&gt;Click on the New Project button&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7qagc0zi9cyqt0vrq2su.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7qagc0zi9cyqt0vrq2su.png" alt="Image description" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Select the import from github button&lt;/li&gt;
&lt;li&gt;You will be prompted to enter a github url then add the following
&lt;a href="https://github.com/jesperorb/json-server-heroku.git" rel="noopener noreferrer"&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Head straight to the db.json file&lt;/li&gt;
&lt;li&gt;Delete all that is in this file then copy paste all of your json file content&lt;/li&gt;
&lt;li&gt;After that click on the share Button and select the live link.&lt;/li&gt;
&lt;li&gt;Select the array to be viewed under the url by addition of / then your array data.&lt;/li&gt;
&lt;li&gt;After successfully achieving all this copy the website url with your data and use it anywhere in your code.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It feels great achieving all that you start and I felt great too successfully deploying my api.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
