pagupu

1.0.6 • Public • Published

pagupu

simple analytics middleware for express.Logs will be available at pagupu website

Why

I got 500$ aws credits I don't know how to spend so that I made small request statistic app

Enhancement

If any enhancement needed please open issue

example

const pagupu=require('pagupu')
const express=require('express')
const app=express()
app.use(pagupu('api key that you will get from pagupu website'))
app.get('/', (req, res) => {
  res.json({
  status:trues
  })
})
app.listen(2000)

Package Sidebar

Install

npm i pagupu

Weekly Downloads

0

Version

1.0.6

License

ISC

Last publish

Collaborators

  • schoolboy