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
RequiredType:
string
The new location.