joeattardi / browserapis.dev

Sample code and demos from the book "Web Browser API Cookbook" by Joe Attardi

Home Page:https://BrowserAPIs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Browser API Cookbook

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.

Viewing the code

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.

Running locally

Clone the repository

git clone git@github.com:joeattardi/web-browser-api-cookbook.git

Install dependencies

npm install

Start the server

npm start

You should be able to access the site now at http://localhost:8000.

About

Sample code and demos from the book "Web Browser API Cookbook" by Joe Attardi

https://BrowserAPIs.dev


Languages

Language:JavaScript 70.5%Language:MDX 16.5%Language:HTML 11.4%Language:CSS 1.5%