1.0.0 • Published 9 years ago

location-href v1.0.0

Weekly downloads
212
License
MIT
Repository
github
Last release
9 years ago

location-href Build Status

Simple Node-friendly interface to the browser's location

Install

$ npm install --save location-href

Usage

var location = require('location-href')
location()
//=> http://the/current/location
location.set('http://new/location')
//=> browser transitions to new location

API

location() -> string

Call to get the current location.

location.set(href) -> undefined

href

Required
Type: string

The new location.

License

MIT © Ben Drucker