How To Interact With A Simple API in WordPress – Advanced WordPress Tutorial

In this tutorial, we go over how to scrape a remote data source (API) and store that data in a Custom Post Type that has a set of Advanced Custom Fields. This is a real-world project that I used to create a timed-scrape for a side project.

Sign up for the newsletter to notified about the free 2020 WordPress Development Course: https://wpcasts.tv

Get WordPress Hosting:
http://wpcasts.tv/go/kinsta

**Don’t forget to subscribe!**

***Make sure to visit the live project: https://brewla.la/ ***

Correction at 33:51 – “weekly” is a custom interval. You have to create that on your own with something like this: https://developer.wordpress.org/plugins/cron/understanding-wp-cron-scheduling/

** FULL CODE REPOSITORY **
https://github.com/alexander-young/brewlala

**SOCIAL**
Twitter: https://twitter.com/_WPCasts_tv_
Instagram: https://www.instagram.com/the_alex_young/

#WordPress #API #RealWorldProject