Skip to content

sprea/OMDB-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages