All Projects → sooluh → kodepos

sooluh / kodepos

Licence: Apache-2.0 license
📮 Indonesian postal code search API by place name, village or city.

Programming Languages

typescript
32286 projects
Procfile
174 projects

Projects that are alternatives of or similar to kodepos

Feedback-bot
In Short This is An Personalized Livegram Bot Made Using Python.. Follow Me @HeimanPictures & Star This Repo
Stars: ✭ 23 (-28.12%)
Mutual labels:  heroku
choo-pwa
PWA with Choo
Stars: ✭ 18 (-43.75%)
Mutual labels:  fastify
nazar
Electronic component detection, identification and recognition system in realtime from camera image using react-native and tensorflow for classification along with Clarifai API with option to search the component details from web with description shown from Octopart fetched from server
Stars: ✭ 25 (-21.87%)
Mutual labels:  heroku
fastify-prisma
Basic Fastify app using Prisma as an ORM
Stars: ✭ 26 (-18.75%)
Mutual labels:  fastify
heroku-postico
Heroku Postgres connection tool for Postico
Stars: ✭ 37 (+15.63%)
Mutual labels:  heroku
django social login tutorial
Django Social Login Tutorial
Stars: ✭ 65 (+103.13%)
Mutual labels:  heroku
heroku-cli-deploy
No description or website provided.
Stars: ✭ 23 (-28.12%)
Mutual labels:  heroku
fastify-cors
Fastify CORS
Stars: ✭ 212 (+562.5%)
Mutual labels:  fastify
iam
💚 Introduction Bot for slack teams:
Stars: ✭ 12 (-62.5%)
Mutual labels:  heroku
meta pinger
a Heroku-hosted Rails app that pings Heroku apps (including itself) at 10 minute intervals to keep the servers from idling :)
Stars: ✭ 50 (+56.25%)
Mutual labels:  heroku
Random-Picture
随机图片api
Stars: ✭ 82 (+156.25%)
Mutual labels:  vercel
zoom-slack-status-updater
Update your Slack status automatically when you join a Zoom meeting.
Stars: ✭ 23 (-28.12%)
Mutual labels:  vercel
Chatbot
A Deep-Learning multi-purpose chatbot made using Python3
Stars: ✭ 36 (+12.5%)
Mutual labels:  heroku
events-manager-io
A basic site for managing event centers and scheduling events.
Stars: ✭ 19 (-40.62%)
Mutual labels:  heroku
fastify-example
Example webapp with Fastify
Stars: ✭ 18 (-43.75%)
Mutual labels:  fastify
Meteor-Files-Demos
Demos for ostrio:files package
Stars: ✭ 51 (+59.38%)
Mutual labels:  heroku
demo-laravel-crud
My practice for basic CRUD of Laravel5 on Heroku.
Stars: ✭ 22 (-31.25%)
Mutual labels:  heroku
Web-Development-Path-And-Resources
Will Add a path and some resources in this repo for web D for my first year students
Stars: ✭ 46 (+43.75%)
Mutual labels:  heroku
flask-app-blueprint
Flask App Blueprint / Boilerplate including user registration/login, admin only section, CRUD on database, and more. Based on Python, Flask, PostgreSQL, et al. deployed on Heroku. The #1 starter project.
Stars: ✭ 144 (+350%)
Mutual labels:  heroku
personal-website-nextjs-chakra
A series I am making on YouTube where I build a personal website using next.js and chakra-ui. It includes a variety of other features such as mdx-remote blog pages, view counts with Google Firebase database and many more features.
Stars: ✭ 60 (+87.5%)
Mutual labels:  vercel

kodepos

Getting Started

  1. Clone this repository

    git clone https://github.com/sooluh/kodepos.git
  2. Change the current directory to this repository folder

    cd kodepos
  3. Install dependencies

    yarn install
  4. Run the app! (locally)

    • Development mode

      yarn dev
    • Production mode

      1. Build first

        yarn build
      2. Start the app

        yarn start

One-click Deployment

The fastest way to use it privately on PaaS available

Deploy with Vercel Deploy with Heroku

Basic Usage

Base URL : http://localhost:5000

Endpoint Description Parameter Method
/search To find postcode using keywords q GET

Example of Use

Request

curl -XGET 'http://localhost:5000/search/?q=danasari'

Response

{
  "success": true,
  "message": "Data search successfully parsed.",
  "data": [
    {
      "province": "Jawa Tengah",
      "city": "Purbalingga",
      "subdistrict": "Karangjambu",
      "urban": "Danasari",
      "postalcode": "53357"
    },
    {
      "province": "Jawa Tengah",
      "city": "Tegal",
      "subdistrict": "Bojong",
      "urban": "Danasari",
      "postalcode": "52465"
    },
    {
      "province": "Jawa Tengah",
      "city": "Pemalang",
      "subdistrict": "Pemalang",
      "urban": "Danasari",
      "postalcode": "52314"
    },
    {
      "province": "Jawa Barat",
      "city": "Ciamis",
      "subdistrict": "Cisaga",
      "urban": "Danasari",
      "postalcode": "46386"
    }
  ]
}

Showcase

List of awesome projects powered by this API

Ready to use!

List of server APIs ready to use publicly

License

Code licensed under Apache 2.0 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].