Giter Site home page Giter Site logo

zipcodes-ph's Introduction

zipcodes-ph

Travis Codecov version downloads license

Philippines zip code directory.

Installation

Install via npm:

$ npm install --save zipcodes-ph

Browser builds are also available inside the build directory or in unpkg.com.

Usage

NodeJS:

const zipcodes = require('zipcodes-ph');

zipcodes.find(6000); // 'Cebu City'
zipcodes.reverse('Cebu City'); // 6000

Browser:

<script src="path/to/zipcodes-ph/build/index.umd.min.js"></script>
// global variable `zipcodesPH` is exposed

zipcodesPH.find(6000); // 'Cebu City'
zipcodesPH.reverse('Cebu City'); // 6000

API

  • find(zipcode)

    • zipcode (Number|String): The zip code that will be resolved into a location name.
    • possible return values:
      • String if one location with the zip code is found.
      • Array if multiple locaitons with the zip code are found.
      • null if no locations with the zip code are found.
  • reverse(location)

    • location (String): The name of the location that will be resolved into a zip code.
    • possible return values:
      • Number if zip code for the location is found.
      • null if zip code for the location is not found.

License

MIT License

zipcodes-ph's People

Contributors

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