0.0.1 • Published 4 years ago

yts-api-client v0.0.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
4 years ago

yts-api-client

Node.js CI

YTS API client.

Usage

const client = require('@gfot/yts-api-client')

client.getMovies({page: 1, limit: 20}).then((movies) => {
  // an array of movies after deserializing the response
})

Notes

To change the YTS base URL, you can use YTS_BASE_URL environment variable.

0.0.1

4 years ago