@aw-webflow/podcast_page_js
v1.0.1
Published
Custom JavaScript for the Atomicwork podcast page in Webflow.
Readme
@aw-webflow/podcast_page_js
Custom JavaScript for the Atomicwork podcast page in Webflow.
Usage via jsDelivr CDN
Add this to the page's custom code in Webflow (before </body>):
<script src="https://cdn.jsdelivr.net/npm/@aw-webflow/[email protected]/script.min.js"></script>Pin an explicit version — the URL pattern is:
https://cdn.jsdelivr.net/npm/@aw-webflow/podcast_page_js@<version>/script.min.jsDeployment Workflow
- Push changes to GitHub.
- Bump the
versioninpackage.json. - Publish to npm:
npm publish --access public - Update the
<script>tag on the Webflow page to the new version and publish the site.
Local Development
npm install
npm startnpm start runs parcel script.js and serves a local dev build with hot reloading.
