Say Goodbye to Hours of Searching for APIs

Опубликовано: 09 Февраль 2025
на канале: Code With Bubb
2,119
78

Are you tired of spending countless hours searching through the vast sea of information on Google just to find the perfect API for your next project? Look no further, as I have the ultimate solution for you!

00:00 Intro
01:42 Install
02:33 Getting data
05:40 Accessing data
10:25 Storing data

In this JavaScript tutorial video, I will guide you step by step on how to effortlessly create your own API that not only has the exact type of data you're after but also eliminates the need for a credit card and those pesky, irritating configurations.

We'll be installing an npm package called json-server which will allow us to load up a JSON file which will be used as the 'database' for our API. You'll see in the tutorial that we can use json server to instantly create an API which we will populate with our own data.