A Node.js client for data acquisition from the Ministry of Internal Affairs of Russia.
- Node.js
- Install the necessary dependencies:
npm install
npm run test
- Use the FMS client in your project:
import FMSClient from './index.mjs'
const client = new FMSClient()
await client.initialize()
const result = await client.validate(SER, NUM)
- Tests have been updated.
- Corrections made to package and lock files.
- Transitioned to node-fetch for request processing, replacing the deprecated request library.
Obtaining information about the passport of a citizen of the Russian Federation from the list of invalid passports.