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 πŸ™

Β© 2026 – Pkg Stats / Ryan Hefner

pelakoor

v2.2.8

Published

🌍 Advanced Coordinate Toolkit - Your ultimate coordinate companion

Readme

🌍 PELAKOOR

Advanced Coordinate Toolkit - Your Ultimate Geographic Companion

npm version License: MIT Node.js Version

πŸ“– Description

Pelakoor is an advanced geographic coordinate toolkit that provides various geocoding services, distance calculations, coordinate format conversions, and other geographic utilities through an interactive and user-friendly command-line interface.

✨ Key Features

  • 🏠 Geocoding & Reverse Geocoding - Convert addresses to coordinates and vice versa
  • πŸ“ Distance & Bearing Calculations - Calculate distance and direction between points
  • πŸ“ Polygon Area Calculator - Calculate area from multiple coordinate points
  • 🎯 Center Point Finder - Find center point from coordinate collections
  • 🌍 Timezone Information - Get timezone data based on location
  • πŸŒ… Sunrise & Sunset Times - Calculate sunrise and sunset times
  • πŸ”οΈ Elevation Data - Get elevation information for locations
  • πŸ”„ Coordinate Format Converter - Convert between various formats (DMS, UTM, etc.)
  • πŸ“± QR Code Generator - Generate QR codes for locations
  • 🎲 Coordinate Quiz - Educational geography game
  • πŸ“Š Operation History - Save and manage usage history
  • πŸ” Batch Geocoding - Process multiple addresses simultaneously

🌐 Supported Providers

  • OpenStreetMap (Nominatim) - Free, no API key required
  • Google Maps API - High accuracy, requires API key
  • Mapbox API - Fast performance, requires API key
  • HERE API - Reliable enterprise grade, requires API key

πŸš€ Installation

Global Installation (Recommended)

npm install -g pelakoor

Local Installation

npm install pelakoor

πŸ“‹ System Requirements

  • Node.js: >= 14.0.0
  • npm: >= 6.0.0
  • OS: Windows, macOS, Linux

πŸ› οΈ Usage

Quick Start

After global installation, run:

pelakoor

Or if using local installation:

npx pelakoor

Setup API Keys (Optional)

For enhanced features, configure API keys:

pelakoor setup

Usage Examples

1. Address Geocoding

🏠 Address to Coordinate
Enter the address: Jakarta, Indonesia
βœ… Result: -6.2088, 106.8456

2. Reverse Geocoding

πŸ“ Coordinate to Address  
Enter latitude: -6.2088
Enter longitude: 106.8456
βœ… Address: Jakarta, Special Capital Region of Jakarta, Indonesia

3. Distance Calculation

πŸ“ Calculate Distance Between Points
Point 1: -6.2088, 106.8456 (Jakarta)
Point 2: -7.2575, 112.7521 (Surabaya)
βœ… Distance: 664.15 km

πŸ”§ API Configuration

Environment Variables

Create a .env file in your working directory:

GOOGLE_API_KEY=your_google_api_key_here
MAPBOX_API_KEY=your_mapbox_api_key_here
HERE_API_KEY=your_here_api_key_here
TIMEZONEDB_API_KEY=your_timezonedb_api_key_here

Getting API Keys

πŸ“š Documentation

🀝 Contributing

Contributions are welcome! Please read CONTRIBUTING.md for contribution guidelines.

Development Setup

# Clone repository
git clone https://github.com/Cloud-Dark/pelakoor.git
cd pelakoor

# Install dependencies
npm install

# Run in development mode
npm run dev

# Run tests
npm test

πŸ“„ License

This project is licensed under the MIT License.

πŸ› Bug Reports & Feature Requests

Report bugs or request new features at GitHub Issues.

πŸ“ž Support

πŸ™ Acknowledgments

πŸ”„ Changelog

See CHANGELOG.md for version history.

⭐ Star History

Star History Chart