0.3.3 • Published 5 years ago

whorl v0.3.3

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
5 years ago

whorl ✏️❔

npm version Build Status Coverage Status Known Vulnerabilities Greenkeeper badge

IPA: /huˌɑɹˈɛl/

⚠️ WORK IN PROGRESS ⚠️

Find out who the author(s) is/are from an input URL.

Installation

npm install --save whorl

Usage

const WHORL = require('whorl')
WHORL('http://www.nytimes.com/2007/05/13/us/13names.html')
  .then((name) => {
    console.log(name) // ⇒ 'The Associated Press'
  })

If no author(s) can be deduced or the input URL is not valid, whorl will return null.

Accuracy

Read the latest test results.

API

whorl(url)

Returns a Promise for an author String.

url

Type: String

The URL for which to retrieve an author string.

0.3.3

5 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.0.1

7 years ago