Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taichi-t/url-generator
📝 Generate URLs with params.
https://github.com/taichi-t/url-generator
jest npm npm-package typescript url-generator
Last synced: 5 days ago
JSON representation
📝 Generate URLs with params.
- Host: GitHub
- URL: https://github.com/taichi-t/url-generator
- Owner: taichi-t
- License: mit
- Created: 2021-01-27T09:40:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T03:16:18.000Z (almost 4 years ago)
- Last Synced: 2024-12-08T12:22:31.229Z (14 days ago)
- Topics: jest, npm, npm-package, typescript, url-generator
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@taichi-t/url-generator
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @taichi-t/url-generator
Generate urls with params.
## Installaion
`$ npm i @taichi-t/url-generator`
## Usage
```javascript
import urlGenerator from '@taichi-t/url-generator';urlGenerator('http://www.example.com', { foo: 1, hoo: '2' });
// http://www.example.com/?foo=1&hoo=2
```## Licensing
- Code licensed under [MIT License](http://opensource.org/licenses/mit-license.html)