Skip to content

Vanilla JS - Movie search application using the Open Movie Database (OMDb) API

Notifications You must be signed in to change notification settings

astewart27/omdb-movie-search

Repository files navigation

Pure Vanilla JavaScript OMDb Movie Search App

Built using the OMDb API - here

Interactive tool for creating your own webpack.config.js - here

OMDb App

Building and running on localhost

First install dependencies:

npm install

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

Running

node dist/bundle.js

Credits

Made with createapp.dev

About

Vanilla JS - Movie search application using the Open Movie Database (OMDb) API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published