Advertisement
jmav

app1.js

Jan 17th, 2018
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. const fs = require('fs');
  2. const download = require('download');
  3.  
  4. download('http://www.obzornikzdravstvenenege.si/2017.51.3.190').then(data => {
  5. var jsfile = data.toString('ascii');
  6. console.log('converted to base64');
  7. console.log(jsfile);
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement