Skip to content

C# .Net Core Application where three different APIs are used to obtain quotes from Kanye West as JSON Objects, quotes from Ron Swanson as JSON Arrays, and the current weather as JSON Objects. The quotes and weather are then used to simulate a conversation between the individuals.

Notifications You must be signed in to change notification settings

MackMcCall/KanyeRonSwansonNightInPawnee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanye & Ron in Pawnee

Kanye & Ron in Pawnee is a C# console application that orchestrates a humorous conversation between Kanye West and Ron Swanson, enhanced with local Pawnee weather data all gathered from three APIs.

This project demonstrates proficiency in:

  • C# programming
  • .NET Core development
  • API integration
  • JSON parsing

Features:

  • Engaging Dialogue: Crafted an engaging exchange between Kanye West and Ron Swanson, enriching the user experience.
  • API Integration: Leveraged multiple REST APIs to fetch quotes and local weather data, enhancing the application's functionality.
  • JSON Parsing: Efficiently handled API communication and JSON parsing, ensuring seamless integration with external data sources.

How to Use:

  1. Clone this repository.
  2. Get an OpenWeather Map API key from: OpenWeatherMap.com
  3. Open program in your preferred IDE.
  4. Create an appsettings.json file in the project with this format:
  {
    "apiKey" : "insertOpenWeatherApiKeyHere"
  }
  1. Build and run the application.

Stay Connected:

About

C# .Net Core Application where three different APIs are used to obtain quotes from Kanye West as JSON Objects, quotes from Ron Swanson as JSON Arrays, and the current weather as JSON Objects. The quotes and weather are then used to simulate a conversation between the individuals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%