Skip to content

A sample ASP.NET Core MVC projects that demonstrates how to pull data from the OMDB API (www.omdbapi.com)

Notifications You must be signed in to change notification settings

raihaniqbal/omdbpi-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The purpose of this project is to demonstrate the following uses cases

Integration with OMDB API

The OMDb API is a RESTful web service to obtain movie information, all content and images on the site are contributed and maintained by our users.

Search presence using JSON-LD Structed Data

Websites can define Structured Data in the head section of their html to enable search engines to show richer information in their search results. Here is an example of how Google can display extended metadata about your site in it's search results.

Getting Started

The OMDB API requires a unique API key. You will need to generate one from here. Once you have a key, update the appSettings.json file in the WOTest.Web project.

"Settings": {
    "APIKey": "[YOUR_API_KEY]"
}

About

A sample ASP.NET Core MVC projects that demonstrates how to pull data from the OMDB API (www.omdbapi.com)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published