Now that we’ve been introduced to the Payment Request API, it’s time to get stuck into developing code! We’ve already seen snapshots of what it looks like back in Chapter 1 – before we can get down and dirty with our text editor, there are a few more tools we will need first, in order to complete the exercises in this book.
Some Basic Housekeeping
Before we touch on what we need, there is a key principle I want to share: where possible, we will try to avoid downloading extra tools and make use of what we already have available in our working environment. There’s a good reason for taking ...