Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
/ axios-cloudflare Public archive

An axios hook to handle cloudflare ddos protection / browsercheck

License

Notifications You must be signed in to change notification settings

freund17/axios-cloudflare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axios-cloudflare

An axios hook to handle cloudflare ddos protection / browsercheck:

Example

Usage

const axios = require('axios');
const axiosCloudflare = require('axios-cloudflare');

axiosCloudflare(axios);

axios.get('[Your Url]').then(response => {
    console.log(response.data);
}).catch(error => {
    console.error(error);
});

About

An axios hook to handle cloudflare ddos protection / browsercheck

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published