Hello! This repository has the source code for the companion website to the book "Web Browser API Cookbook" by Joe Attardi, expected in early 2025 from O'Reilly Media.
You can visit the website at https://BrowserAPIs.dev or, if you prefer, you can run the site locally.
You can view the code associated with each demo on the website, or you can find the source files under static/code/demos. Demos are divided into folders by chapter.
git clone [email protected]:joeattardi/web-browser-api-cookbook.git
npm install
npm start
You should be able to access the site now at http://localhost:8000.