garethdn / MovieDbAngular

An AngularJS interface for The MovieDB
https://movie-db-angular.herokuapp.com
6 stars 6 forks source link

npm run failes due to missing private.js #44

Open salmanulfarzy opened 7 years ago

salmanulfarzy commented 7 years ago

npm run fails due to missing private.js.

Is there other ways to run it ? Does it contain anything other than movie DB API Key?

comeidone commented 7 years ago

At line 18 of "web.js" I have insert my API Key string process.env.MOVIE_DB_API_KEY = "yourApiKey";