2019.7.23 • Published 6 years ago
chewit v2019.7.23
chewit
Analytics you can count on
Installation
$ npm i chewit -SNote that this module requires an account with Chew, currently in alpha.
Features
- namespaced modules: just use what you need!
- server-side analytics: no need to muddy up your beautiful front-end with tracking snippets!
- super simple: less than 3 lines of code on your part, wonderful!
Examples
Express
const chew = require("chewit/express");
const app = express()
// ...after setting views, body parsing, &c
.use(chew("YOUR-SITE-ID"));
// Make sure Chew is the very last middleware in your app.
// You'll get a lot of nonsense in your analytics otherwise.
// Working on a fix for this.Fastify
fastify.register(require("chewit/fastify"), {
id: "YOUR-SITE-ID"
});Note
This module follows ChronVer, visit this site for more info.
2019.7.23
6 years ago
2019.6.6
6 years ago
2019.6.4
6 years ago
2019.5.28
6 years ago
2.1.3
7 years ago
2.1.1
7 years ago
2.1.0
7 years ago
2.0.2
7 years ago
2.0.1
7 years ago
2.0.0
7 years ago
1.0.10
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago