Introduction This tutorial will show you how to use the Instagram API with JavaScript. We will go step-by-step thru setting up and developing a new Nuxt.js app with Yarn. Then we will use Node.js on the command line to run a development server to render our user interface which will call the Instagram API with the push of a button. $ nuxt …
Vue.js API Tutorials
How to Build a Simple Image Classification App with Spoonacular API
This is a super simple guide to creating an image classification app. In 15 minutes or less, you will have a first working example with the Spoonacular API. Before we start, have a look at the final result so you know what you're in for. What You Will Need to Make the Image Classification App This demo will use Vue.js, for uploading an …
How To Use an API with Vue.js
The web is progressing fast with new technologies and libraries emerging every few months. Vue.js is one of the Javascript frameworks gaining immense popularity over the last few years. Initially launched in 2014, it derives inspiration from Angular but is very lightweight and ideal for building single-page web applications. In this blog post, …
How to Build a Single-Page Application (SPA) with Vue.JS (and APIs)
If you are building a web application with the API-first approach, then you have to think of leveraging external APIs to execute part of your application logic. Single-page applications are a perfect candidate for building such Apps. These Apps allow the web browser to re-render different parts of the web page dynamically, by invoking APIs. These …
Build an Airbnb Search App with Mashvisor API on Vue.js
We are back with the Mashvisor API again. This time it’s going to be a Vue.js widget for searching Airbnb listings. Mashvisor API has an extensive set of API endpoints to assist you with real estate data. For this blog post, we are going to take a closer look at Airbnb’s short term rental listings via the Mashvisor API. Subsequently, we will …