1.0.1 • Published 4 years ago

get-path-data v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Path data

module to obtain the url information by the get method

import module

const {getPathData} = require("get-path-data")

how use this (example)

const {getPathData} = require("get-path-data")

const url = "http://localhost:3000/lp?name=jonh&last_name=smith&email=jonh@mail.com"

const data = getPathData(url)