https://github.com/dance2die/bunpkg-client
🍔 Build UNPKG URLs - doesn't work for now cuz Heroku offers no free plan
https://github.com/dance2die/bunpkg-client
javascript react unpkg
Last synced: 11 months ago
JSON representation
🍔 Build UNPKG URLs - doesn't work for now cuz Heroku offers no free plan
- Host: GitHub
- URL: https://github.com/dance2die/bunpkg-client
- Owner: dance2die
- License: mit
- Created: 2018-09-10T14:35:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-25T05:10:19.000Z (11 months ago)
- Last Synced: 2025-07-25T10:44:46.175Z (11 months ago)
- Topics: javascript, react, unpkg
- Language: JavaScript
- Homepage: https://bunpkg.netlify.app/
- Size: 314 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/bunpkg/deploys)
[](https://snyk.io/test/github/dance2die/bunpkg-client?targetFile=package.json)
# What?
Build UNPKG links & script tags.
Here is a demo.
[](https://youtu.be/67MQcDrDNg4)
## Backend code
Source code is available on [dance2die/bunpkg-server](https://github.com/dance2die/bunpkg-server).
# Why?
A few reasons
1. Inspired by Michael Jackson on how he got started with UNPKG on React Podcast Episode 19, "[Supporting Open Source with Michael Jackson](https://reactpodcast.simplecast.fm/19)".
1. To make it easier to generate `` tags for UNPKG.
1. To learn continuously.
# ToDo
- 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