Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 591 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 591 Bytes

TvShow

Build Status

Overview

The app displays list of Tv shows and their various information about them.

Architecture

This app is designed following SOLID principles and TDD

It follows Unit testing, End to end testing

Modular Design

  1. TvShows module is the core module that is related to the Show different functionalites : loading, caching, etc...

API

The API is from https://rapidapi.com/tvjan/api/tvmaze?endpoint=54514cebe4b06ca1d66ad96e

CI

Travis