You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: To reduce the maintenance time for my packages I now only develop for Node releases in the Active LTS and Current lines. It may work on Node releases with Maintenance and EOL status, but no guarantees. See the release schedule for details.
varitunes=require('searchitunes');varparams={entity: 'software',country: 'NL',term: 'github',limit: 1,price: 0};// Time out after waiting 5 secondsitunes(params,5000,console.log);