kodepos

Indonesian postal code search API by place name, village or city/regency.

APACHE-2.0 License

Stars
98
Committers
4

Bot releases are visible (Hide)

kodepos - Postal Code Detection Latest Release

Published by sooluh 6 months ago

Release Notes - Version 4.2.0

  • Limit search results (20 items)
  • Add columns for latitude, longitude, elevation and timezone
  • Detect postal codes based on coordinate points!

Full Changelog: https://github.com/sooluh/kodepos/compare/v4.1.0...v4.2.0

kodepos - Maximizing Search Algorithm

Published by sooluh 6 months ago

Release Notes - Version 4.1.0

  • Maximizing the search algorithm by combining all columns into one new column and searching only within that new column.
  • Validating that the "q" parameter is mandatory.

Full Changelog: https://github.com/sooluh/kodepos/compare/v4.0.0...v4.1.0

kodepos - Goodbye Scraping Method

Published by sooluh 6 months ago

Release Notes - Version 4.0.0

  • Completely removing scraping method and replacing it with static data
  • Sorting postal code search results based on search score
  • province, regency, district parameters are now dysfunctional

Full Changelog: https://github.com/sooluh/kodepos/compare/v3.0.1...v4.0.0

kodepos - Enriched Parameters

Published by sooluh 8 months ago

Release Notes - Version 3.0.1

  • Back to basics, use npm instead of yarn
  • Replace axios with node-fetch
  • Parameters province, regency, district have been implemented
  • Cache-Control header applied to lighten the load
  • Remove all deprecated keys
  • Postal code results sorted by code

Full Changelog: https://github.com/sooluh/kodepos/compare/v3.0.0...v3.0.1

kodepos - Version 3.0.0

Published by sooluh about 1 year ago

Release Notes - Version 3.0.0

  • Implemented semantic versioning for consistent version control.
  • Restructured project directory following best practices, inspired by fitrahive/dua-dhikr.
  • Major refactoring, transitioning from object-oriented to function-oriented code.
  • Added multi-provider support with round-robin algorithm for improved reliability.

These changes aim to enhance project maintainability and functionality. For details, please visit our GitHub repository.