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

Latest commit

 

History

History
24 lines (18 loc) · 533 Bytes

readme.md

File metadata and controls

24 lines (18 loc) · 533 Bytes

Holy mole

Commitizen friendly CircleCI Build Status

How to use

You can use it as a module

const mole = require('holy-mole');

mole.fetch().then(console.log);

// [
//   {
//     host: '1.1.1.1',
//     port: '8080',
//     https: true,
//     country: 'FR',
//   },
//   ...
// ]