Skip to content

macctown/node-h1bvisa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-h1bvisa

Node.js module for retrieving H1B visa information by company

Warning

The code works, but no test case for now, will add it soon. So be careful when you use it.

Install

npm install --save node-h1bvisa

Usage

//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);
}) 

Test

Haven't add yet...This guy is very lazy and sleepy now

Reference

TODO

  • Add test cases
  • Add insights function for analysis
  • Make code fancy
  • Add those fancy badges

License

MIT

About

Node.js module for retrieving H1B visa information by company

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published