tab-title

1.0.0 • Public • Published

tab-title

Sets process.title in node, document.title in browserify

const title = require('tab-title')
title('My App Rocks')

I wrote it because I was making a massively peer-to-peer isomorphic app, and needed a fast way to differentiate instances by their UUIDs. Tab titles turned out to be incredibly convenient.

Installation

Download node at nodejs.org and install it, if you haven't already.

Then in the terminal, run:

npm install tab-title --save

License

Unless stated otherwise all works are:

  • Copyright © William Hilton

and licensed under:

Parts of this file are based on package-json-to-readme

README.md (and other files) are maintained using mos and projectz

Readme

Keywords

none

Package Sidebar

Install

npm i tab-title

Weekly Downloads

5

Version

1.0.0

License

Unlicense

Last publish

Collaborators

  • wmhilton