Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1014 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 1014 Bytes

OMDB-Client

A simple windows client written in C# that consumes the REST API of OMDBAPI.

Dependency Installation

The project needs the following nuget packages:

You can install it from the package management console via this commands:

Install-Package Newtonsoft.Json
Install-Package System.Configuration.ConfigurationManager

Build

First Option (preffered)

  1. Clone the repo on your machine
  2. Open the solution file in Visual Studio and run it

Second Option

  1. Clone the repo on your machine
  2. Open a terminal (cmd or powershell) and cd into the project directory
  3. Run this command:
msbuild ClientFilm.sln

Contributing

Feel free to contribute to improve the project by submit a PR or open an issue.

License

GPL