Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

(DEPRECATED) Parses IIS bardate domains into an array.

License

Notifications You must be signed in to change notification settings

vikpe/iis-bardate-domains-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IIS bardate domains parser

Parses IIS bardate domains into an array

DEPRECATED

Download directly from IIS instead: https://data.internetstiftelsen.se/bardate_domains.json


Source https://www.iis.se/data/bardate_domains.txt

Example

var iisParser = require('iis-bardate-domains-parser');

iisParser.parseAsync()
.then(function(domains) {
    console.log(domains);
    
    /*
    [
        {name: '002.se', date: '2017-12-03'},
        {name: '123-456.se', date: '2018-01-23'},
        {name: 'abc-123.se', date: '2018-01-23'},
        {name: 'abc-def.se', date: '2018-01-23'},
        {name: 'abc.se', date: '2018-01-23'},
        {name: 'abc123.se', date: '2018-01-23'}
        ...
    ];
     */
});

About

(DEPRECATED) Parses IIS bardate domains into an array.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published