movie-title-fetcher

1.0.0 • Public • Published

Movie Titles Challenge Validator

You can use this library to validate your answer before you submit your code.

Install

$ npm install movie-titles-fetcher

Usage

const MovieTitlesFetcher = require("movie-title-fetcher");

const fetcher = new MovieTitlesFetcher();
fetcher.get("spiderman").then(result => {
  // All titles including "spiderman" are returned
  console.log(result);
});

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.02latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.02

Package Sidebar

Install

npm i movie-title-fetcher

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

2.91 kB

Total Files

4

Last publish

Collaborators

  • scaryguy