Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billiegoose/tab-title
Sets process.title in node, document.title in browserify
https://github.com/billiegoose/tab-title
Last synced: 24 days ago
JSON representation
Sets process.title in node, document.title in browserify
- Host: GitHub
- URL: https://github.com/billiegoose/tab-title
- Owner: billiegoose
- License: other
- Created: 2017-03-07T02:50:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T03:14:23.000Z (almost 8 years ago)
- Last Synced: 2024-10-06T03:23:04.211Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
tab-title
Sets process.title in node, document.title in browserify
```js
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](http://nodejs.org) and install it, if you haven't already.
Then in the terminal, run:
```sh
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](https://github.com/zeke/package-json-to-readme)_
_README.md (and other files) are maintained using [mos](https://github.com/mosjs/mos) and [projectz](https://github.com/bevry/projectz)_