1.0.0 • Published 3 years ago

slugified v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

what is this?

it is slugified function which return slugified string

Installation ?

npm i slugified --save

How to used it?

import {slugified} from 'slugified'

slugified('Bristol','Thekla')

it will take two parameters

you just pass tow arguments in this function

for example

firtst parameter:Bristol second parametr:Thekla

it will return Output: /bristol-events/thekla