Compare commits
No commits in common. "72aed564851b65765a333f1abcba3e47fd518a7e" and "48003e4d3483026bc7b68b31ab5b9e5e68f03577" have entirely different histories.
72aed56485
...
48003e4d34
|
@ -1,31 +0,0 @@
|
||||||
'use strict';
|
|
||||||
|
|
||||||
const fs = require('fs').promises;
|
|
||||||
const bhttp = require('bhttp');
|
|
||||||
|
|
||||||
async function init() {
|
|
||||||
const countryImgs = await fs.readdir('./assets/countries');
|
|
||||||
const res = await bhttp.get('http://localhost:3000/api/countries');
|
|
||||||
|
|
||||||
const countries = res.body;
|
|
||||||
const countriesByCode = Object.fromEntries(countries.map((country) => [country.alpha2, country]));
|
|
||||||
|
|
||||||
const imgCountries = await Promise.all(countryImgs.filter((file) => file !== 'encoded').map(async (file) => {
|
|
||||||
const code = file.match(/(\w+).png/)[1];
|
|
||||||
const filename = `${Buffer.from(code).toString('base64')}.png`;
|
|
||||||
|
|
||||||
await fs.copyFile(`./assets/countries/${file}`, `./assets/countries/encoded/${filename}`);
|
|
||||||
|
|
||||||
return {
|
|
||||||
file: filename,
|
|
||||||
code,
|
|
||||||
...countriesByCode[code],
|
|
||||||
};
|
|
||||||
}));
|
|
||||||
|
|
||||||
await fs.writeFile('./assets/countries.json', JSON.stringify(imgCountries, null, 4));
|
|
||||||
|
|
||||||
console.log('Done!');
|
|
||||||
}
|
|
||||||
|
|
||||||
init();
|
|
Before Width: | Height: | Size: 252 KiB |
Before Width: | Height: | Size: 164 KiB |
Before Width: | Height: | Size: 172 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 172 KiB |
Before Width: | Height: | Size: 187 KiB |
Before Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 300 KiB |
Before Width: | Height: | Size: 164 KiB |
Before Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 180 KiB |
Before Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 158 KiB |
Before Width: | Height: | Size: 181 KiB |
Before Width: | Height: | Size: 142 KiB |
Before Width: | Height: | Size: 174 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 142 KiB |
Before Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 364 KiB |
Before Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 138 KiB |
Before Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 262 KiB |
Before Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 251 KiB |
Before Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 229 KiB |
Before Width: | Height: | Size: 180 KiB |
Before Width: | Height: | Size: 230 KiB |
Before Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 357 KiB |
Before Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 225 KiB |
Before Width: | Height: | Size: 231 KiB |
Before Width: | Height: | Size: 168 KiB |
Before Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 168 KiB |
Before Width: | Height: | Size: 351 KiB |
Before Width: | Height: | Size: 107 KiB |
Before Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 231 KiB |
Before Width: | Height: | Size: 105 KiB |
Before Width: | Height: | Size: 105 KiB |
Before Width: | Height: | Size: 128 KiB |
Before Width: | Height: | Size: 177 KiB |
Before Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 185 KiB |
Before Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 325 KiB |
Before Width: | Height: | Size: 237 KiB |
Before Width: | Height: | Size: 180 KiB |
Before Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 179 KiB |
Before Width: | Height: | Size: 368 KiB |
Before Width: | Height: | Size: 183 KiB |
Before Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 97 KiB |
Before Width: | Height: | Size: 219 KiB |
Before Width: | Height: | Size: 178 KiB |
Before Width: | Height: | Size: 155 KiB |
Before Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 286 KiB |
Before Width: | Height: | Size: 233 KiB |
Before Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 226 KiB |
Before Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 443 KiB |
Before Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 231 KiB |
Before Width: | Height: | Size: 105 KiB |
Before Width: | Height: | Size: 174 KiB |
Before Width: | Height: | Size: 175 KiB |
Before Width: | Height: | Size: 262 KiB |
Before Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 171 KiB |
Before Width: | Height: | Size: 134 KiB |
Before Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 202 KiB |
Before Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 175 KiB |
Before Width: | Height: | Size: 144 KiB |
Before Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 180 KiB |
Before Width: | Height: | Size: 427 KiB |
Before Width: | Height: | Size: 305 KiB |