traxxx/src/scrapers/traxxx.js

15 lines
164 B
JavaScript
Raw Normal View History

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