WP Rest API + AngularJS : How to grab Featured Image for display on page?

I am accessing WordPress data through an HTTP REST API plugin (this wordpress plugin: http://v2.wp-api.org/). I know how to grab my post title, but how do I display the featured image associated with that post using this plugin? My test shows the post title and the featured image ID, but I am unsure how to display the actual image. Test Example.

why woocommerce api only do not upload images from local computer?

The question: I want to upload images on my computer to a wordpress website, however the woocommerce api is only working well with everything except images on my computer. Here is the code I am using when it works just fine, creates the product and uploads the image: require __DIR__ . ‘/vendor/autoload.php’; use AutomatticWooCommerceClient; $woocommerce … Read more