Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njzjz/jsdelivr_url
https://github.com/njzjz/jsdelivr_url
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/njzjz/jsdelivr_url
- Owner: njzjz
- Created: 2021-02-16T01:34:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-23T05:20:45.000Z (over 3 years ago)
- Last Synced: 2024-11-08T06:46:29.406Z (2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jsdelivr_url
## Installation
```sh
npm i jsdelivr_url
```## Usage
```js
const { npm_url, gh_url } = require("jsdelivr_url")
npm_url("jsdelivr_url", "0.0.1", "index.js")
# 'https://cdn.jsdelivr.net/npm/[email protected]/index.js'
gh_url("njzjz", "jsdelivr_url", "0.0.1", "index.js")
# 'https://cdn.jsdelivr.net/gh/njzjz/[email protected]/index.js'
```