Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
/ whorl Public archive

delucis/whorl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whorl ✏️❔

npm version Build Status Coverage Status Known Vulnerabilities

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.

About

✏️❔ Find out who the author(s) is/are from an input URL

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors