Skip to content

Commit bd38b7c

Browse files
Slashgearclaude
andcommitted
feat: add event #112 data override (libmodulor & SSE Chronicles)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e0194b2 commit bd38b7c

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

data/data-override.ts

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
axopen,
55
bedrock,
66
CBTW,
7+
esker,
78
fulll,
89
indy,
910
leWagon,
@@ -17,6 +18,31 @@ import {
1718
} from './sponsors';
1819

1920
export const dataOverride: { [key: string]: Partial<Event> } = {
21+
'https://www.meetup.com/lyonjs/events/313009078/': {
22+
sponsor: esker,
23+
talks: [
24+
{
25+
title: 'libmodulor : une nouvelle façon de créer des applications platform-agnostic',
26+
speakers: [
27+
{
28+
name: 'Chafik H',
29+
socialLink: 'https://www.linkedin.com/in/chafikhnini/',
30+
},
31+
],
32+
videoLink: 'https://www.youtube.com/embed/28taxWSgq24',
33+
},
34+
{
35+
title: 'SSE Chronicles: Quand ton appli chuchote à ton navigateur',
36+
speakers: [
37+
{
38+
name: 'M4dz',
39+
socialLink: 'https://www.linkedin.com/in/m4d-z/',
40+
},
41+
],
42+
videoLink: 'https://www.youtube.com/embed/DdZnG81I1uI',
43+
},
44+
],
45+
},
2046
'https://www.meetup.com/lyonjs/events/312539589/': {
2147
talks: [
2248
{

0 commit comments

Comments
 (0)