diff --git a/modules/work/data.ts b/modules/work/data.ts index 59c293a..fda5b28 100644 --- a/modules/work/data.ts +++ b/modules/work/data.ts @@ -4,6 +4,15 @@ import { Technology } from "./domain/Technology.ts"; import { Work } from "./domain/Work.ts"; export const CHRONOLOGICAL_WORKS: Work[] = [ + { + name: "yandexgpt_tg_bot", + url: "/pleshevskiy/yandexgpt_tg_bot", + description: "The Telegram bot to describe article with link by YandexGPT.", + roles: [Role.Author], + technologies: [Technology.JavaScript, Technology.NodeJS, Technology.Nix], + startDate: new Date("2023-06-27"), + status: Status.PassivelyMaintained, + }, { name: "tree-sitter-plpgsql", url: "/pleshevskiy/tree-sitter-plpgsql",