Coder Social home page Coder Social logo

drosanda / address-id-api Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 1.0 4.83 MB

Ready to use API provider for address options in Indonesian format

Home Page: https://alamat.thecloudalert.com

License: MIT License

PHP 73.63% Hack 8.82% HTML 17.27% CSS 0.16% JavaScript 0.06% Shell 0.06% Batchfile 0.01%
api address indonesian kecamatan kelurahan kabupaten kota kodepos negara

address-id-api's Introduction

API Address Provider (ID)

With

Ready to use API provider for address options in Indonesian format. Created from Seme Framework version 4.

Version

Here is the version log:

  • 1.0.0 First Release

Get started

Start consuming the API by reading the alamat.thecloudalert.com

Instalation

Clone this repository git clone https://github.com/drosanda/address-id-api.git alamat

Importing database

Importing database from sql/tca_alamat.sql

Configuration

For setup your site please create and adjust following files:

  • app/config/config.php
<?php
$site = "http://".$_SERVER['HTTP_HOST']."/alamat/";
$sene_method = "PATH_INFO";//REQUEST_URI,PATH_INFO,ORIG_PATH_INFO,
  • app/config/database.php
<?php
$db['host']  = "localhost";
$db['user']  = "root";
$db['pass']  = "";
$db['name']  = "tca_alamat";
$db['engine']= "mysqli"; //available mysql,mysqli,pdo

How to use

To use the API, you can open postman.json on this project directory using Postman.

Data Source

Address and Location data obtained from bachors.

License

Licensed under MIT License 2.0

address-id-api's People

Contributors

drosanda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

irhaml

address-id-api's Issues

Searching feature

Theres will be nice if we have searching feature using some keyword of address...

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.