axios-https-snip
v1.1.0
Published
Very lightweight module for downloading an HTTPS source with Axios
Downloads
4
Readme
axios-https-snip
Very lightweight module for downloading an HTTPS source with Axios
Installation
npm i axios-https-snip
Usage
const axiosHttps = require('axios-https-snip');
const dataFromHttps = await axiosHttps('https://utl/to/download/from');