Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makotot/ttle
Get the title from an web page.
https://github.com/makotot/ttle
Last synced: 28 days ago
JSON representation
Get the title from an web page.
- Host: GitHub
- URL: https://github.com/makotot/ttle
- Owner: makotot
- Created: 2015-07-24T15:49:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T05:34:56.000Z (over 9 years ago)
- Last Synced: 2024-10-10T19:01:40.329Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/ttle
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ttle
[![npm version](http://img.shields.io/npm/v/ttle.svg?style=flat)](https://github.com/makotot/ttle)
[![travis](http://img.shields.io/travis/makotot/ttle.svg?style=flat)](https://github.com/makotot/ttle)
[![dependencies](http://img.shields.io/david/makotot/ttle.svg?style=flat)](https://github.com/makotot/ttle)
[![devDependencies](http://img.shields.io/david/dev/makotot/ttle.svg?style=flat)](https://github.com/makotot/ttle)
[![License](http://img.shields.io/npm/l/ttle.svg?style=flat)](https://github.com/makotot/ttle)> Get the title from an web page.
### Install
```sh
$ npm i -g ttleor
$ npm i ttle
```### Usage
```
$ ttle --helpGet the title from an web page
Usage
$ ttleExample
$ ttle https://github.com```
or
```js
var ttle = require('ttle');ttle('https://github.com', function (err, title) {
console.log(title);
});
```## License
MIT