Socket
Socket
Sign inDemoInstall

node-h1bvisa

Package Overview
Dependencies
96
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-h1bvisa

Node.js module for retrieving H1B visa information by company


Version published
Weekly downloads
3
decreased by-40%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

  • H1b Information

TODO

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

License

MIT

Keywords

FAQs

Last updated on 31 Mar 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc