This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| {"name":"Afghanistan","code":"AF","phone":"+93","masks":[{"mask":"000 000 000"}]}, | |
| {"name":"Aland Islands","code":"AX","phone":"+358","masks":[{"mask":"0000 0000000","leadingZero":true},{"mask":"000 0000000"}]}, | |
| {"name":"Albania","code":"AL","phone":"+355","masks":[{"mask":"0000 000 0000","leadingZero":true},{"mask":"000 000 0000"}]}, | |
| {"name":"Algeria","code":"DZ","phone":"+213","masks":[{"mask":"00000 00 00 00","leadingZero":true},{"mask":"0000 00 00 00"}]}, | |
| {"name":"American Samoa","code":"AS","phone":"+1 684","masks":[{"mask":"(000) 000-0000"}]}, | |
| {"name":"Andorra","code":"AD","phone":"+376","masks":[{"mask":"000 000"}]}, | |
| {"name":"Angola","code":"AO","phone":"+244","masks":[{"mask":"0000 000 000","leadingZero":true},{"mask":"000 000 000"}]}, | |
| {"name":"Anguilla","code":"AI","phone":"+1 264","masks":[{"mask":"(000) 000-0000"}]}, | |
| {"name":"Antarctica","code":"AQ","phone":"+672","masks":[{"mask":"000 000"}]}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "text": [ | |
| { | |
| "meta": { | |
| "pattern": "neondark" | |
| }, | |
| "url": "https://photooxy.com/elegant-3d-neon-dark-metal-text-effect-online-free-416.html" | |
| } | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const axios = require("axios"); | |
| const cheerio = require("cheerio"); | |
| const FormData = require('form-data'); | |
| const UserAgent = require('user-agents'); | |
| const fonts = { | |
| 1: "porky_s" | |
| // check site and input other fonts here :v I'm to lazy to do it | |
| } |