traxxx/src/scrapers/traxxx.js

16 lines
166 B
JavaScript
Raw Normal View History

'use strict';
async function fetchLatest() {
return [
{
title: 'Hot chicks arse fucked',
date: new Date(),
},
];
}
module.exports = {
fetchLatest,
};