Coder Social home page Coder Social logo

crawlingapi's Introduction

Crawling API 모음

getWeather.php

기상청 과거 날씨를 조회하는 api 입니다. 실제 기상청 과거 날씨는 다음 url 에서 확인이 가능합니다.

http://www.kma.go.kr/weather/climate/past_cal.jsp?stn=108&yy=2013&mm=1&x=23&y=8&obs=1

이 페이지에서 날짜에 해당하는 평균기온, 최고기온, 최저기온, 평균운량, 일강수량을 html parsing 하고 json 포맷으로 응답합니다. 지역에 해당하는 코드는 stn 이고 108은 서울을 의미합니다. 지역코드는 위의 기상청 페이지를 참조 바랍니다.

호출예제: ex) http://angel.vps.phps.kr/data_analysis/getWeather.php?yy=2013&mm=1&stn=108

getWeatherApi.py

기상청 과거 닐씨를 조회하는 python 버전의 api 입니다.

getExchangeRate.py

Naver에서 제공하는 환율 정보 페이지를 파싱해서 국가별 환율을 조회하는 프로그램입니다.

crawlingapi's People

Contributors

skkong 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.