2.4.0 • Published 6 years ago

ipfy v2.4.0

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

IPFY - IP Logger

###Ipfy is a simple middleware for node.js that loggs the incomming request and writes to a file logs.txt ##Install ##npm i ipfy ##Usage ##Express.js

const express= require('express');
const log = require('ipfy');

const app = express();

// Log middleware
app.use(log.logger);

app.get('/)...

##That's it and you are done

2.4.0

6 years ago

2.3.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago