1.0.6 • Published 9 years ago

pagupu v1.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

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)
1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago