Metadata Generator (Web Example): https://hen-metadata.web.app/
This is a example of the Axios library fetching Objkt Metadata from inside of a web browser, instead of a Node.js script. This example uses Webpack to locally serve your front-end code and also compiles it for static hosting.
cd web
npm run install
npm run dev
cd web
npm run production