urrl

1.0.2 • Public • Published

Urrl

Create an unfinished URL.

Usage

const POKEMON_URRL = new Urrl("http://pokeapi.co/api/v2/pokemon/{name}")
window.fetch(POKEMON_URRL({"name": "bulbasaur"})) // http://pokeapi.co/api/v2/pokemon/bulbasaur
window.fetch(POKEMON_URRL({"name": "squirtle"})) // http://pokeapi.co/api/v2/pokemon/squirtle
window.fetch(POKEMON_URRL({"name": "charmander"})) // http://pokeapi.co/api/v2/pokemon/charmander

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.20latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i urrl

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

2.62 kB

Total Files

5

Last publish

Collaborators

  • ehgoodenough