Skip to content

DvEyZ/gwetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gwetch

gwetch - fetch, but for Gopher.

Usage

const {gwetch} = require('gwetch');

gwetch('gopher://gopher.floodgap.com').then((res) => {
    res.items().then((items) => {
        items.forEach((i) => {
            console.log(i);
        })
    })
})

Options

  • timeout - connection timeout, in ms. Default is 5000.

About

gwetch - fetch, but for Gopher.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published