visnum
v1.0.1
Published
A simple JS package to count website visits.
Maintainers
Readme
Visnum
What for
Tracking number of visits for your site
How to use (Example)
const VisitCounter = require('visnum');
const counter = new VisitCounter('YOUR_API_ENDPOINT');
counter.increment().then(count => {
console.log('Visit count:', count);
});Please contact damengrandom for support ~
