MackMcCall / KanyeRonSwansonNightInPawnee

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C# 100.0%