rsslytics
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

RSSLytics is a little bit of code I use for collecting analytics on my RSS feed. It's an incredibly creative name. When I get around to it I'll publish some code I use for analysis as well, but this should do for now.

CREATE TABLE IF NOT EXISTS log (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    date DATE NOT NULL,
    readerId TEXT NOT NULL,
    ip TEXT NOT NULL,
    feedUrl TEXT NOT NULL,
    feedId TEXT,
    subscriberCount INTEGER,
    readerName TEXT,
    readerVersion TEXT,
    userAgent TEXT NOT NULL
);

Readme

Keywords

none

Package Sidebar

Install

npm i rsslytics

Weekly Downloads

11

Version

1.1.2

License

AGPL-3.0-only

Unpacked Size

7.08 kB

Total Files

6

Last publish

Collaborators

  • boehs