Pocitame uzivatele.
parent
ebda5d44cf
commit
bd224a3b9e
|
@ -23,7 +23,9 @@ axios.get('https://tilde.town/').then(function (response) {
|
|||
date: datum
|
||||
}));
|
||||
|
||||
console.log('now let\'s download users:');
|
||||
console.log(users.length + ' users at all');
|
||||
console.log('');
|
||||
console.log('now let\'s download them:');
|
||||
|
||||
let offset = 0;
|
||||
users.map(user => {
|
||||
|
|
Loading…
Reference in New Issue