Built on code
Backed by purpose
Published on Google Play
DIOUANE is where my Android apps live — crafted with care, designed for impact, and always just one tap away.
Get Started Free
diouane-api.js
D
import { DIOUANE } from '@diouane/sdk';
// Initialize DIOUANE connection
const diouane = new DIOUANE({
apiKey: 'your-api-key',
environment: 'production'
});
apiKey: 'your-api-key',
environment: 'production'
});
// Connect with new contact
const newConnection = await diouane.connect({
name: 'John Doe',
email: 'john@example.com',
event: 'Tech Conference 2025',
tags: ['developer', 'startup']
});
name: 'John Doe',
email: 'john@example.com',
event: 'Tech Conference 2025',
tags: ['developer', 'startup']
});
// Send personalized follow-up
diouane.sendMessage({
contactId: newConnection.id,
template: 'conference_followup',
personalized: true
});
contactId: newConnection.id,
template: 'conference_followup',
personalized: true
});
✓ Connection established successfully
Here's how it works
More apps, less confusion.
1
Explore apps
Browse Android apps I've crafted each with a focused page and direct link to Google Play.
2
Learn before installing
Read concise app overviews, explore features, and check privacy details with full transparency.
3
Install with confidence
Every app is available on Google Play secure, up-to-date, and built for real-world use.