npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

postcodify

v1.0.0

Published

Korean address searching service by poesis

Downloads

6

Readme

Postcodify 소개

Postcodify는 웹 페이지에서 도로명주소, 지번주소, 영문주소 등을 편리하게 검색할 수 있도록 해주는 프로그램입니다.

6백만 건이 넘는 도로명주소 DB를 직접 구축하거나 관리할 필요도 없고, 어렵게 검색 알고리듬을 개발할 필요도 없습니다. 우편번호 검색이 필요한 웹 페이지에 몇 줄의 jQuery 코드를 붙여넣기만 하면 검색창을 뚝딱 만들어 드립니다.

<div id="postcodify"></div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="//d1p7wdleee1q2z.cloudfront.net/post/search.min.js"></script>
<script type="text/javascript">
        $("#postcodify").postcodify();
</script>

자세한 사용법, 기능 소개, 커스터마이징 방법은 공식 사이트의 매뉴얼을 참조하시기 바랍니다.

라이센스

DB 생성 스크립트와 서버측 검색 API, 클라이언트 API 등 Postcodify의 모든 구성요소는 LGPLv3 라이센스 하에 오픈소스로 공개되어 있습니다.

개인, 기업, 단체, 공공기관 등 누구나 무료로 사용하실 수 있으며 상용 프로그램에 포함하여 판매하셔도 되지만, 버그를 수정하거나 기능을 개선하신 경우 가능하면 GitHub을 통해 공개하셔서 더 많은 사람들이 개선된 프로그램을 사용할 수 있도록 해주시면 감사하겠습니다.

다른 구현물

다른 어플리케이션이나 프로그래밍 언어에서 Postcodify와 연동할 수 있도록 구현한 프로그램들입니다. Postcodify에서 공식적으로 지원하지는 않으며, 버전에 따라 호환성에 차이가 있을 수 있습니다.

  • Excel: http://blog.naver.com/lastingchild/220315968310
  • Perl: https://github.com/aanoaa/p5-postcodify

기타

Postcodify는 새주소 전환을 돕고 웹마스터 여러분의 수고를 덜어드리기 위해 만든 프로그램입니다. 개발자는 Postcodify와 관련하여 저작권료, 사용료, 자문료 등 어떠한 이윤도 추구하지 않으며, 무료 API도 자비와 후원금으로 운영중입니다. 따라서 검색서버에 불필요한 부담이 발생하지 않도록 사용자들에게 검색 요령을 잘 안내해 주시기 바랍니다.

무료 API는 검색서버의 원활한 운영과 공평한 사용을 위해 도메인당, 방문자 IP당 일일 쿼리수 제한을 두고 있으며, 검색 형태에 따라 가중치를 부여합니다. 쿼리수가 많은 사이트라면 매뉴얼을 참조하여 검색서버를 직접 구축하시거나, API 운영비를 후원해 주시면 감사하겠습니다.

Postcodify는 무료 API를 통해 수집한 주소 정보를 절대 광고에 사용하거나 제3자에게 판매하지 않습니다.

1.8, 2.0, 3.0 버전에서 많은 변화가 있었습니다. 버전별 변경 내역은 여기를 참조하시기 바랍니다.

버그 신고, 그 밖의 문의, 기술지원 상담은 [email protected]로 연락 주시기 바랍니다.