Fetch Country Flag
Simple package to fetch flag of any country by name.
Features
- Easy
- Simple
- Fast
- TypeScript Support
Example
const flag = ; const data = await ; console; /*Expected Output:┌─────────┬──────────────────────────────────────────────┐│ (index) │ Values │├─────────┼──────────────────────────────────────────────┤│ name │ 'United States of America' ││ flag │ 'https://www.countryflags.io/US/flat/64.png' │└─────────┴──────────────────────────────────────────────┘*/