1.0.6 • Published 8 years ago

pagupu v1.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
8 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

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