Skip to content

ifuyun/qqwry.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

18f93b6 · Sep 2, 2024

History

5 Commits
Sep 2, 2024
Aug 29, 2024
Aug 27, 2024
Aug 27, 2024
Aug 27, 2024
Aug 27, 2024
Aug 27, 2024
Aug 27, 2024
Aug 29, 2024
Aug 27, 2024
Aug 27, 2024

Repository files navigation

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.