GithubHelp home page GithubHelp logo

ios_weatherapi's Introduction

Guidelines

요구사항

  • 지역별 날씨를 보여주는 어플리케이션을 구현합니다.
  • 지역 이름에 "se" 가 포함된 지역을 대상으로 오늘, 내일 날씨를 보여줍니다.
  • 날씨 정보는 지역 이름, 날씨 아이콘, 날씨 요약, 현재 온도, 습도로 구성됩니다.

API

  • https://www.metaweather.com/api/ – MetaWeather의 Open API를 사용해주세요.
    1. Location Search - /api/location/search/?query=(query)를 사용해서 검색어 "se" 로 검색되는 지역 목록을 반환받습니다.

    2. Location - /api/location/(woeid)/를 사용해서 각 지역별 날씨 정보를 반환받습니다.

      consolidated_weather 필드의 하위 필드를 사용해서 각 날씨를 구성합니다.

field desc
weather_state_name 날씨 요약
weather_state_abbr 아이콘 이미지 정보
the_temp 현재 날씨
humidity 습도

개발 환경

  • 언어 – Swift

ios_weatherapi's People

Contributors

jonghancha avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.