61 packages
cuomopodcast
Read the outline I'm using for the Cuomo podcast and generate the RSS feed.
daveappserver
Factored code that was appearing in all my servers.
davecache
Read and write objects into an in-memory cache.
davecast
Glue that connects JavaScript apps to the davecast server.
davecdn
A package containing files I want to access over jsdelivr cdn.
davechat
A fractional horsepower chat server.
davediskspace
Find out how much disk space is free.
davefeedread
Read a feed and call back with a JavaScript structure.
davefilesystem
Some extra routines for managing files beyond what's in fs.
davegithub
Read and write files to a GitHub repository.
davegpt
Node and browser-based JavaScript code that communicates with OpenAI.
davehttp
The heart of a Node-based web server to be included in other apps. I got tired of writing the same code over and over.
davemail
Send email through AWS.
davemaillist
Manages the nightly mail function on Scripting News.
davemetaweblog
Metaweblog API server.
daveopml
Read OPML files into JavaScript structures, correctly interpreting includes.
davereader
Feed reading and aggregating for Node.
daverequest
Node has deprecated request, this is my stub. Call this instead of request, so when it comes time to switch, it'll be easier.
daverss
This is where I put my code to generate RSS feeds from server apps.
daves3
Routines that simplify the interface to Amazon S3.
davesocket
A layer on top of WebSockets for Node-based servers.
davesql
A simplified interface to run SQL code in my projects.
davetwitter
Basic twitter functionality for server apps.
daveutils
A set of JavaScript routines I was including in all my projects, so I made it into a package.
davexmlrpc
XML-RPC client and server in JavaScript.