0.9.1 • Published 25 days ago

logfit v0.9.1

Weekly downloads
36
License
MIT
Repository
github
Last release
25 days ago

logfit.js

npm install size

Build Status

Logfit Javascript Client

This is a client that will report website visitor data to log.fit.

Setup (Embedding into web page)

<script>
const LogFitConfig = {
  "source": "<your source uuid>"
};
</script>
<script src="logfit.min.js"></script>

Setup (Node)

const LogFit = require('logfit');

const config = {
  "source": "<your source uuid>"
};
const logfit = new LogFit(config);
logfit.report();

Release

  1. Update Changelog with new version
  2. Update package.json version and run npm install
  3. Update webpack.config.js version.
  4. Update client.js version and run npm run package
  5. Git commit, tag, and push
0.9.1

25 days ago

0.9.0

1 month ago

0.8.8

4 months ago

0.8.7

1 year ago

0.8.5

2 years ago

0.8.6

2 years ago

0.8.4

2 years ago

0.8.3

3 years ago

0.8.2

4 years ago

0.8.1

4 years ago

0.8.0

5 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.1.0

6 years ago

0.2.0

6 years ago

0.0.1

6 years ago