{"id":15456066,"url":"https://github.com/ggerdsen/sweater_weather","last_synced_at":"2026-04-28T08:38:36.676Z","repository":{"id":56380383,"uuid":"310961736","full_name":"ggerdsen/sweater_weather","owner":"ggerdsen","description":"This application allows a user to plan out a trip, and see the weather forecast at the destination based upon their time of arrival.  Consumes MapQuest, Unsplash and OpenWeather APIs.","archived":false,"fork":false,"pushed_at":"2020-11-11T07:26:37.000Z","size":189,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-02T10:43:00.373Z","etag":null,"topics":["api-wrapper","rails-application"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ggerdsen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-08T01:10:03.000Z","updated_at":"2020-12-08T19:14:10.000Z","dependencies_parsed_at":"2022-08-15T17:40:35.927Z","dependency_job_id":null,"html_url":"https://github.com/ggerdsen/sweater_weather","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggerdsen%2Fsweater_weather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggerdsen%2Fsweater_weather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggerdsen%2Fsweater_weather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggerdsen%2Fsweater_weather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ggerdsen","download_url":"https://codeload.github.com/ggerdsen/sweater_weather/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246009090,"owners_count":20708882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-wrapper","rails-application"],"created_at":"2024-10-01T22:22:22.364Z","updated_at":"2026-04-28T08:38:31.784Z","avatar_url":"https://github.com/ggerdsen.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README\n\nThis application allows a user to plan out a trip, and see the weather forecast at the destination based upon their time of arrival.\n\n# Endpoints\n### 1a. Retrieve Weather for a City Request\n```\nGET /api/v1/forecast?location=denver,co\nContent-Type: application/json\nAccept: application/json\n```\n### 1b. Background Image for the City Request\n```\nGET /api/v1/backgrounds?location=denver,co\nContent-Type: application/json\nAccept: application/json\n```\n### 2. User Registration Request\n```\nPOST /api/v1/users\nContent-Type: application/json\nAccept: application/json\n\n{\n  \"email\": \"whatever@example.com\",\n  \"password\": \"password\",\n  \"password_confirmation\": \"password\"\n}\n```\n### 3. Login Request  \n```\nPOST /api/v1/sessions\nContent-Type: application/json\nAccept: application/json\n\n{\n  \"email\": \"whatever@example.com\",\n  \"password\": \"password\"\n}\n```\n### 4. Road Trip Request  \n```\nPOST /api/v1/road_trip\nContent-Type: application/json\nAccept: application/json\n\nbody:\n\n{\n  \"origin\": \"Denver,CO\",\n  \"destination\": \"Pueblo,CO\",\n  \"api_key\": \"jgn983hy48thw9begh98h4539h4\"\n}\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggerdsen%2Fsweater_weather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fggerdsen%2Fsweater_weather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggerdsen%2Fsweater_weather/lists"}