Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Use Furazy.canIUse() to checkout your network!

Meeken edited this page Nov 29, 2019 · 1 revision

v0.1.9 Update instructions

Thanks for using Furazy to search pictures.

Some Chinese friends said they cant access to e621 since the GFW in mainland China was strengthened yesterday.

Now update Furazy to v0.1.9,

$ npm update furazy

and use canIUse() to checkout the network.

const Furry = require("furazy")
const canIUse = async () => {
  let checkResult = await Furry.canIUse([
    "e621",
    "e926",
    "myreadingmanga",
    "furaffinity",
  ])
  console.log(checkResult)
}
canIUse()

The result sample:

[
  { e621: 200 },
  { e926: 200 },
  { myreadingmanga: 500 },
  { furaffinity: 200 }
]

If you are in China, maybe you should climb over the wall to view these furry site.

Furazy love u!

Clone this wiki locally