Skip to content

nina-sanchez/CS361-Microserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CS361-Microserver

Hello!

To ensure your environment can run it, I would make sure to have:

  • pip install Flask
  • pip install requests

I chose to use Flask due to its flexibility with building python websites.

To begin using the program in one terminal run:

  • microservice.py

Then, in your second terminal to update the weather run:

  • update_weather.py

To send requests, at the moment the changes occur in the text file.

  • add the zip code or city name
  • run update_weather.py

To recieve

  • once the update weather file has been prompted
  • the updated information pulled from the Weather API will be in the text file

Please let me know if you have any questions!

Screenshot 2023-07-31 at 11 35 30 PM

About

Hello! Here is the micro server for the project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages