Skip to content

Instantly share code, notes, and snippets.

@SarahTaylorProject
SarahTaylorProject / Movie_Test_Stage4.rb
Last active April 2, 2017 15:03
untested code for Movie API stage 4 this should start splitting directors and writers
require "csv"
require "json"
require "net/http"
puts "START MOVIE TEST ******"
input_movie_titles = CSV.read("movies.csv").map { |row|
row[1]
}.uniq