Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Nihir's avatar
Level 50

How can i fetch the data from medium to my project

Hi folks, I have the medium blogs in https://nihirzala.medium.com/ & I have Vue Js portfolio page called article page Article. vue

    <div class="max-w-2xl w-full py-12 px-4 mx-auto">
        <div class="prose prose-zinc dark:prose-invert max-w-none">
            <h1>Things that are currently working on.</h1>
        </div>
        <section class="mt-12 space-y-16">
            <article class="">

                <h2 class="mt-3 font-medium text-lg text-gray-800 dark:text-gray-200">
                    <a href="https://github.com/Nihirz/laravel-multi-tenancy" target="_blank"
                        class="hover:underline focus:underline">
                        Laravel Multi Tenancy
                    </a>
                </h2>
                <p class="mt-3 text-base text-gray-500 leading-relaxed">Basic example of laravel multi tenancy.</p>
                <p class="mt-3 text-base text-gray-700 dark:text-gray-300">
                    <a href="https://github.com/Nihirz/laravel-multi-tenancy" target="_blank"
                        class="hover:underline focus:underline">Read
                        article &rarr;</a>
                </p>
            </article>
        </section>
    </div>
</template>

So how can I fetch the data from my medium platform to here I mean make it kind of dynamic like RSS I'm new in Vue and do not have enough knowledge for it if you guys have any idea about it please let me know I would be grateful for me thanks in advance.

0 likes
0 replies

Please or to participate in this conversation.