0.0.2 • Published 6 years ago

nest-tinyurl v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Description

This's a tinyUrl module for Nest to generate short url.

Installation

$ npm install nest-tinyurl

Quick Start

Include entity

export { TinyUrl } from 'nest-tinyurl';

Include module

import { TinyUrlModule } from 'nest-tinyurl';

Use service

import { TinyUrlService } from 'nest-tinyurl';

generate

TinyUrlService.generateShortUrl(url)

get

TinyUrlService.getUrlByShortUrl(url)