0.0.5 • Published 2 years ago

@dsatizabal/first-package v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Boilerplate NPM Package

This is a repository that supports a blog post at https://developers.deepgram.com/blog/2021/12/build-npm-packages/.

The npx branch supports the follow-up post at https://developers.deepgram.com/blog/2022/01/npx-script/.

This package is published and can be used by installing it:

npm install @phazonoverload/first-package

Usage

const OpenMovieDatabase = require('./index')
const omdb = new OpenMovieDatabase('YOUR_OPEN_MOVIE_DATABASE_API_KEY')

omdb.get({ t: 'Inside Out' }).then(results => {
    console.log({ results })
})
.catch(error => {
    console.log({ error })
})
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago