koa2-ip
v1.0.0
Published
Get your real IP address
Downloads
1
Readme
koa2-ip V1.0.0
Get your real IP address
Installation
$npm install koa2-ip
Hello Koa-ip
const koa = require("koa");
const ip = require("koa2-ip");
const app = new koa();
app.use(async (ctx) => {
ctx.body = await ip;
});
app.listen(3000);
Keywords
Koa2 koa2-ip ip