Skip to content

Instantly share code, notes, and snippets.

@phenomnomnominal
Last active June 21, 2019 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phenomnomnominal/229f298d0be90a747745a0931b519467 to your computer and use it in GitHub Desktop.
Save phenomnomnominal/229f298d0be90a747745a0931b519467 to your computer and use it in GitHub Desktop.
const request = require('request');
const URL = 'https://www.migrationsverket.se/ansokanbokning/valjtyp?sprak=sv&bokningstyp=2&enhet=Z209&sokande=2';
request(URL, function (err, _, body) {
console.log(body);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment