From the course: React: Working with APIs
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Introduction to the APIs - React.js Tutorial
From the course: React: Working with APIs
Introduction to the APIs
- [Instructor] In this course we'll use a News API and pull data to feed our portal. Be aware that we're going to pull our own data into this application. So you'll be building your own personal project and not something that can be published as an application. However, you could upgrade it to make it accessible to other users if you choose to. The API we're going to use is a News API. So we can fetch the news and get it into your application. If you don't have an account with this API, simply create a simple one so you can pull from it. You can also replace it when any other feed you'd like to use, it's the same approach. So for example, this is the kind of data that we're going to get. So if you want to go ahead and create a key or create your access to this API, all you have to do is click on Get API Key, and on the next screen it's going to ask you to register with the News API, and then you'll get your own key. What…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.