Ок. Стриму быть) к 20:00 по мск. Но запущу раньше , чтобы технические моменты исправить
имба. Будем на стримах слушать ее
https://www.youtube.com/watch?v=Y5cH2WeNz2Y
https://www.youtube.com/watch?v=Y5cH2WeNz2Y
YouTube
R E T R O T O K Y O - 日本のシティポップ 80’S JAPANESE CITY POP🎵【Playlist 20】
Welcome to CHILL CITY POP channel! 🎵🎵
Spotify: https://open.spotify.com/artist/3aRLbphqfr6CkxXayjld9G?si=wBTPWraOSBGP9FzUnk27og
This channel delivers a mix of retro and Japanese City Pop, relaxing Lo-fi, and nostalgic Japanese melodies. Why not spend some…
Spotify: https://open.spotify.com/artist/3aRLbphqfr6CkxXayjld9G?si=wBTPWraOSBGP9FzUnk27og
This channel delivers a mix of retro and Japanese City Pop, relaxing Lo-fi, and nostalgic Japanese melodies. Why not spend some…
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
Получение данных по IP
`function logL(t){
console.log(t);
}
function dox(ip){
let API_KEY = 'https://api.2ip.io/'+ip+'?token=<свой токен>&lang=ru';
fetch(API_KEY)
.then(
function(response) {
if (response.status !== 200) {
logL('Looks like there was a problem. Status Code: ' +
response.status);
return;
}
// Examine the text in the response
response.json().then(function(data) {
// LogL("YOU DOXSED");
logL("IP:"+data.ip);
logL("country:"+data.country);
logL("lat:"+data.lat);
logL("lon:"+data.lon);
logL("timezone:"+data.timezone);
console.log(data);
});
}
)
.catch(function(err) {
this.log('Fetch Error :-S' + err);
});
}