@orient-bot/integrations
v1.1.0
Published
External service integrations for Orient (Google, etc.)
Downloads
227
Readme
@orient-bot/integrations
External service integrations for the Orient.
Features
- Google Integration: Slides, Sheets, Gmail services
Usage
// Google
import { SlidesService, SheetsService, GmailService } from '@orient-bot/integrations/google';Directory Structure
src/
├── index.ts # Main exports
└── google/
├── index.ts # Google exports
├── slides.ts # Google Slides service
├── sheets.ts # Google Sheets service
└── gmail.ts # Gmail service