/MovieFinder

Project that helps you find movies based on parameters

Primary LanguageGo

MovieFinder

A Go program that helps you find the movies a certain actor has played in based on a given input file.

How to run:

  1. Have go installed and running. Make sure you have your GOPATH set
  2. Run go get github.com:ytulsiani/MovieFinder.git
  3. Run cd $GOPATH/src/github.com/ytulsiani/MovieFinder
  4. Run go install and go run main.go "ACTOR_NAME" where ACTOR_NAME is the name of an actor you want to look up

To Do

  1. Clean up code
  2. Allow users to input their own file
  3. Automated testing