alexvcasillas / cratebox

A global, fast content delivery network for NPM

Home Page:https://cratebox.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cratebox.io Logo

📦 Cratebox

cratebox.io/:package@:version/:file

Cratebox.io is a global, fast content delivery network for NPM

Cratebox is a rapid and widespread content delivery network that caters to all of NPM's offerings. It enables you to promptly and effortlessly retrieve any file from any package by employing a URL.

Examples

If you would like to have the 18.2.0 react production package, you just need to use the following URL:

https://cratebox.io/react@18.2.0/umd/react.production.min.js

Including a served file in your application

A simple example about how you can include a library server by Cratebox.io into your HTML file.

<!DOCTYPE html>
<html>
  <head>
    <title>Sandbox</title>
    <meta charset="UTF-8" />
  </head>

  <body>
    <!-- Served with Cratebox.io --->
    <script src="https://cratebox.io/jquery@3.2.1/dist/jquery.min.js"></script>
    <!-- In src/index.js we have jQuery $ available! --->
    <script src="src/index.js"></script>
  </body>
</html>

Here's a CodeSandbox link for the above example 👉 https://codesandbox.io/s/cratebox-io-simple-serve-example-lx4dbl

About

A global, fast content delivery network for NPM

https://cratebox.io

License:MIT License


Languages

Language:TypeScript 98.3%Language:JavaScript 1.5%Language:CSS 0.2%