GitXplorerGitXplorer
s

movie-search

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
07d15cdf2a371ac0f01d570e834dd5fd3422081f

split out a rest api and write client code for consuming it via ajax

committed 8 years ago
Unverified
a7c7884a53211a6068e7fa6dade9030294666b64

initial POC for connecting to the moviedb api with hard coded search string

committed 8 years ago

README

The README file for this repository.

movie-search

Simple search for the movie database.

This application was created with express generator.

prereqs

To install:

yarn

Setup your API key by copying config.example.js to config.js and add your key.

Some of the docs on themoviedb are outdated so you just need to sign up and go to the api page in your account and request a key.

run

yarn start

dev

yarn run start-dev