lifetimecares-api
v1.0.0
Published
LifetimeCares.org API client — AI-powered home care marketplace with 216K+ providers across 13 countries
Maintainers
Readme
lifetimecares-api
API client for LifetimeCares.org — AI-powered home care marketplace.
Install
npm install lifetimecares-apiUsage
const ltc = require('lifetimecares-api');
// Search providers
const results = await ltc.search('nurse', 'Jakarta');
// AI chat
const reply = await ltc.chat('I need a caregiver for my grandmother in Manhattan KS');
// Get marketplace stats
const stats = await ltc.stats();
// { providers: 216500, cities: 2100, staff: 634000, countries: 13 }