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

@ahang/mobile-radio-station

v0.0.2

Published

전파누리 사이트에서 **이동통신 무선국의 위치 및 정보** 데이터를 크롤링 해주는 패키지입니다.

Downloads

4

Readme

@ahang/mobile-radio-station

전파누리 사이트에서 이동통신 무선국의 위치 및 정보 데이터를 크롤링 해주는 패키지입니다.

옥탑 프로젝트를 위해 제작된 패키지입니다.

issue badge issue badge

Installation

npm i @ahang/mobile-radio-station

Usage

getMobileJson()

Type: date, number

특정 위도와 경도 값의 위치 반경 500m 안에 있는 이동통신 무선국의 위치 및정보json 형식으로 리턴합니다.

const mobile = require('@ahang/mobile-radio-station')

const data = await mobile.getMobileJson(37.5524979951415, 126.989316855952)
// [
//    {
//     uid: '322014110029942',
//     address: '서울특별시 중구 동호로25길 19, (장충동2가, 옵티칼빌딩)',
//     call_name: 'SKTL장충동빌라RRU(B1)',
//     cls_name: '기지국',
//     customer_name: '에스케이텔레콤 주식회사',
//     customer_no: 542604,
//     district_code: '11140144',
//     is_allow: 'Y',
//     purpose_code: 'E2000',
//     service_code: '18',
//     service_name: '이동전화(LTE)서비스 제공용(지상_기지국)',
//     position: [ 127.001868, 37.558619 ]
//   },
//   {
//     uid: '322013110035534',
//     address: '서울특별시 중구 동호로 249, (장충동2가)',
//     call_name: 'KTIO신라호텔_신',
//     cls_name: '기지국',
//     customer_name: '주식회사 케이티',
//     customer_no: 542610,
//     district_code: '11140144',
//     is_allow: 'Y',
//     purpose_code: 'C3100',
//     service_code: '15',
//     service_name: '이동통신(3G)서비스 제공용(옥내_광기지국)',
//     position: [ 127.007938, 37.557499 ]
//   },
//   ...
//   ...
// ]