https://github.com/muydanny/sweater_weather
This app has a service-oriented architecture. The front-end communicates with the back-end through an API. My job was to expose that API that satisfies the front-end team’s requirements.
https://github.com/muydanny/sweater_weather
expose weather
Last synced: 7 months ago
JSON representation
This app has a service-oriented architecture. The front-end communicates with the back-end through an API. My job was to expose that API that satisfies the front-end team’s requirements.
- Host: GitHub
- URL: https://github.com/muydanny/sweater_weather
- Owner: muydanny
- Created: 2020-08-02T17:00:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T20:16:06.000Z (over 2 years ago)
- Last Synced: 2025-01-25T17:16:58.042Z (8 months ago)
- Topics: expose, weather
- Language: Ruby
- Homepage:
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sweater Weather
## Project Description
For this project I built an application to plan road trips. This app allows users to see the current weather as well as the forecasted weather at the destination.
This app has a service-oriented architecture. The front-end communicates with the back-end through an API. My job was to expose that API that satisfies the front-end team’s requirements.
## Learning Goals
Expose an API that aggregates data from multiple external APIs
Expose an API that requires an authentication token
Expose an API for CRUD functionality
Determine completion criteria based on the needs of other developers
Research, select, and consume an API based on your needs as a developer