In part one of this post, we covered the nuances of designing and building a REST API. We also covered the basic implementation of a demo …
node.js
How to build a REST API with Node.js – Part 1
Since its inception in 2009, Node.js has grown leaps and bounds in popularity. In parallel, the community has also contributed libraries and …
How to use an E-mail API with JavaScript
Introduction This tutorial will show you how to use JavaScript to call an API to send e-mails. We will be using the Web API from SendGrid …
How to use the Instagram API with JavaScript
Introduction This tutorial will show you how to use the Instagram API with JavaScript. We will go step-by-step thru setting up and …
How to Build an App with Node.js & TypeScript
Introduction This tutorial will show you how to build an app with TypeScript. We will walk you step-by-step thru setting up, developing …
How to Create a Mobile App with NodeJS
What's a Mobile Backend? It does not take an expert to determine that the computing power of a server is most likely greater than the …
How to use a Proxy API with Javascript
How to use a Proxy API with JavaScript One of the benefits to site owners for having an API is the reduction of bandwidth used by scripts. …
How to Use Instagram API with PHP (and Node.js)
EDITED TO ADD: Due to the COVID-19 situation, the original EOL (End of Life) for the "basic" level access to the Instagram API has been …
How to Display API Data Using Axios with React
What is Axios? Promise based HTTP client for the browser and node.js Axios is a JavaScript library for managing your code's ability to …
How to use an API with Node.js
What is a REST API? Let's break the term REST API down into its acronyms starting with 'API'. Many definitions exist for the different …
How to use SMS API with NodeJS
SMS APIs Adding short message services (SMS) to an application, or platform, has become common for many organizations, but can still help …
How To Use the TripAdvisor API to Build a Simple Travel App
Let’s create an “Explore the World!” web app with TripAdvisor API. I’ll be showing you how to create the web app from ideation to …
How To Create Your Own Weather Website
About a century ago, understanding and predicting the weather was all about guesswork, which most of the time turned to be …