README
express-tasix
Node.js Express middleware for Tas-IX network
What is Tas-IX?
Data exchange network in Uzbekistan, where many domestic ISP providers give access to resources within the network to their subscribers for free.
express-tasix
?
What is express-tasix
is a simple NodeJS/ExpressJS middleware which detects ip adresses/ranges of coming HTTP requests in middleware layer.
Installation
$ npm install express-tasix --save
Example
...
var tasix_middleware = require('express-tasix');
...
app.use(tasix_middleware);
...
Disclaimer
Network range is being fetched manually from http://tasix.sarkor.uz/full
, meaning correctness is based on 3rd party ISP provider which releases network information periodically.
License
BSD