1const eventInfo = await codegrid.fetchNextEvent();
2console.log(eventInfo);
3/*
4{
5 '@context': 'https://schema.org/',
6 '@type': 'Event',
7 name: 'CodeGrid 12th Anniversary',
8 startDate: '2024-05-10',
9 eventAttendanceMode: 'https://schema.org/OfflineEventAttendanceMode',
10 location: {
11 '@type': 'Place',
12 geo: {
13 '@type': 'GeoCoordinates',
14 latitude: 35.6628347405369,
15 longitude: 139.7095314354148
16 }
17 }
18}
19*/