sunsama / tsdav

WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser

Home Page:https://tsdav.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Differences

This fork includes a way to send a homeUrl to createDAVClient and skip discovering that, which can take an additional 1-1.5s, unnecessarily if you already have that information stored.

Development

  • npm install --legacy-peer-deps (originally this used yarn, but we prefer npm)
  • npm test (runs build, prettier, lint, and tsc)

Updating

When making a change, make sure to update the package.json:version, incrementing the number after -sunsama-.

About

WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser

https://tsdav.vercel.app

License:MIT License


Languages

Language:TypeScript 99.2%Language:JavaScript 0.8%