Documentation
1.Install the middleware
npm install @daytaflow/express
2. Add the middleware to your application
import express from 'express'
import { daytaflow } from '@daytaflow/express'
const app = express()
app.use(daytaflow({ apiKey: APPLICATION_API_KEY }))
app.listen(3000)
You can get the API KEY from the application dashboard.