/qqwry.js

纯真 IP 数据库解析 Nest.js 版

Primary LanguageTypeScript

Description

纯真 IP 数据库 Nest.js 版,支持以下特性:

  1. 提供国家、省、市、区、运营商等字段的解析;
  2. 定时更新 IP 数据库;
  3. 持久化存储到 MySQL 数据库中;
  4. IP 搜索、各字段模糊搜索。

线上体验: ifuyun.com

Development setup

# installation
$ npm i

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

# Lint
$ npm run lint

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

# Build
$ npm run build

License

qqwry.js is MIT licensed.