Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
NotificationsYou must be signed in to change notification settings

rsoorajs/url-shortener-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple npm package to shorten your long urls to short url for reactjs

#Installation

npm i shortmyurl

yarn add shortmyurl

pnpm add shortmyurl

#Usage 1import shortener from "../node_modules/shortmyurl/";async function shortenUrl() {        const shortenedUrl = await shortener("https://www.google.com");    }      shortenUrl();#Usage 2import shortener from "../node_modules/shortmyurl/";const shortenedUrl = shortener("https://www.google.com").then((res) => {       const shortenedUrl = res;    });

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp