Build UNPKG links & script tags.
Here is a demo.
Source code is available on dance2die/bunpkg-server.
A few reasons
- Inspired by Michael Jackson on how he got started with UNPKG on React Podcast Episode 19, "Supporting Open Source with Michael Jackson".
- To make it easier to generate
<script>
tags for UNPKG. - To learn continuously.
- Iron out bugs - When back-end running on Heroku is unreachable, notify users
- Learn how to set up Redis to cache package names & version info
- Learn how to use CloudFlare API
- After caching works, make it work like CodeSandBox "Add Dependency" dialog box
- Make it available offline (PWA)
- Learn & apply Accessibility features