check-visa

German National Visa status check for German Embassy in Moscow

Usage no npm install needed!

<script type="module">
  import checkVisa from 'https://cdn.skypack.dev/check-visa';
</script>

README

check-visa Build Status

German National Visa status check for German Embassy in Moscow

Install

npm install --save check-visa

Usage

var check = require('check-visa');

const personalBarcode = '1234567';
check(personalBarcode).then(console.log); // { pdfLink: ..., result: true }

License

MIT © Alexander Gudulin