Generate urls with params.
$ npm i @taichi-t/url-generator
import urlGenerator from '@taichi-t/url-generator';
urlGenerator('http://www.example.com', { foo: 1, hoo: '2' });
// http://www.example.com/?foo=1&hoo=2- Code licensed under MIT License
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Generate urls with params.
$ npm i @taichi-t/url-generator
import urlGenerator from '@taichi-t/url-generator';
urlGenerator('http://www.example.com', { foo: 1, hoo: '2' });
// http://www.example.com/?foo=1&hoo=2