Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 2.76 KB

README.md

File metadata and controls

59 lines (35 loc) · 2.76 KB

Welcome to MyImdb for MacOS

MyImdb is a Xamarin.MacOS app for managing your Movie preferences locally. MyImdb allows you to search for movies and add them to your local app. MyImdb uses your movie preferences to search for movie recommendations. MyImdb also generates a report of your prefered genres, and compares your ratings with IMDB ratings. For more details, check the article on Medium.

Ingredients

This app includes:

  • C# Xamarin for MacOS: Xamarin.Mac
  • Cocoa app development (using Visual Studio and Xcode).
  • using OMDB API: OMDB Api
  • using ipdata Geolocation API Ipdata
  • using TasteDive movies API Tastedive
  • using sqlite-net NuGet package : sqlite-net
  • using RestSharp (Simple REST and HTTP API Client for .NET): RestSharp
  • using Newtonsoft.Json to dynamicallyx deserialize Json into object: Newtonsoft.Json
  • using Microsoft CSharp NuGet package : dotnet

User Interface

Sign Up

hi

Sign In

hi

Add a Movie

hi

Delete a Movie

hi

Movie online page

hi

Update all Movies

hi

Statistics

hi

Movie recommendations

hi

Install on MacOS

You can download the MacOS application that you can unarchive and then copy to your applications folder.

Note

If the default OMDB api key is no longer valid, please go to your user profile, and request a new api key.