Skip to content

A Movie Recommendation Site written using Hapi.js, Good Enough Recommendations and The Movie Db

Notifications You must be signed in to change notification settings

grahamjenson/yeahnah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Yeah, Nah

"Yeah, Nah": New Zealand saying meaning yes, no, or maybe.

Yeah, Nah is a movie recommendations application which you can see hosted at https://yeahnah.maori.geek.nz/.

It is implemented using:

  1. Good Enough Recommendations Engine (GER)
  2. Hapi.js
  3. The Movie DB

The code is designed to be very minimal (e.g. using CDNs) sacrificing some better practices to have a simplier codebase.

To run it you will need to specifiy a bunch of environment variables:

DATABASE_URL=postgresql:https://root:[email protected]/yeahnah \
REDIS_URL=redis:https://127.0.0.1:6379 \
MOVIEDB_API_KEY=************ \
AMAZON_ID=************ \
AMAZON_SECRET=************ \
AMAZON_TAG=************ \
ITUNES_TAG=************ \
TWITTER_CONSUMER_KEY=************ \
TWITTER_CONSUMER_SECRET=************ \
SESSION_PWD=************ \
coffee index.coffee

All Contributions are Welcome :)

About

A Movie Recommendation Site written using Hapi.js, Good Enough Recommendations and The Movie Db

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published