get-path-data
v1.0.1
Published
package to obtain the values that arrive by url, thought for the client side
Readme
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 protected]"
const data = getPathData(url)