Node.js module for retrieving H1B visa information by company
The code works, but no test case for now, will add it soon. So be careful when you use it.
npm install --save node-h1bvisa
//init
var h1b = require('node-h1bvisa');
h1b.findByTerms("google",
{
city:"Seattle",
year:"2015"
})
.then(function(data){
console.log(data);
})
.catch(function(err){
console.log(err);
})
Haven't add yet...This guy is very lazy and sleepy now
- Add test cases
- Add insights function for analysis
- Make code fancy
- Add those fancy badges