New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

btn-api

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

btn-api

btn-api

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by133.33%
Maintainers
1
Weekly downloads
 
Created
Source

btn-api

Install

npm install btn-api

##How to use

##require it

var Btn = require('btn-api')

##init it The first argument should be your API key

var btn = new Btn('your-magic-key')

##Usage

Easy search

btn.search().limit(1).container('mp4').resolution('sd').run(console.log)

Options for using search

['id', 'series', 'name', 'search', 'codec', 'container', 'source', 'resolution', 'origin', 'limit']

Snatch list first argument is how many to return

btn.getUserSnatchlist(50, console.log)

Userinfo

btn.userInfo(console.log)

Inbox

btn.getInbox(console.log)

Docs

http://btnapps.net/apigen/class-btnapi.html

FAQs

Package last updated on 18 Aug 2013

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc