This repo contains my web api playground. I've implemented various web apis on a single page. Just for exploratory purposes.
Check out the demo here
clone the repo
git clone https://github.com/Banyango/WebAPI
run npm install.
npm i
run the webpack dev server.
npm run start