All Projects β†’ cheeaun β†’ taxirouter-sg

cheeaun / taxirouter-sg

Licence: other
A web app that lets you explore available taxis and taxi stands in Singapore

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to taxirouter-sg

rain-geojson-sg
Straight-forward API server to convert rain area radar images (Singapore) to GeoJSON
Stars: ✭ 15 (-44.44%)
Mutual labels:  singapore
talk.js
πŸŽ™ A monthly meet up for all things JavaScript, Node.js, and the modern web
Stars: ✭ 75 (+177.78%)
Mutual labels:  singapore
singapore-apis
πŸ‡ΈπŸ‡¬ A list of useful APIs in Singapore for developers to use.
Stars: ✭ 54 (+100%)
Mutual labels:  singapore
railrouter-sg
A progressive web app that lets you explore MRT and LRT rail routes in Singapore
Stars: ✭ 29 (+7.41%)
Mutual labels:  singapore
PSIBar
A quickly hacked up PSI OS X status bar app
Stars: ✭ 24 (-11.11%)
Mutual labels:  singapore
coronavirus-stats
Automatically scrape data and statistics on Coronavirus to make them easily accessible in CSV format
Stars: ✭ 47 (+74.07%)
Mutual labels:  singapore
web
πŸ§— Timely climbing/bouldering gym slot info
Stars: ✭ 18 (-33.33%)
Mutual labels:  singapore
company-admin
Filling annual returns (through ACRA) and tax (through IRAS) for Singapore based small company
Stars: ✭ 23 (-14.81%)
Mutual labels:  singapore
arrivelah
Fast simple API for bus arrival times in Singapore.
Stars: ✭ 67 (+148.15%)
Mutual labels:  singapore
Good-Tech-Companies-Singapore
A table compiling good tier tech companies in Singapore. Their office locations, office picture, pantry, benefits and glassdoor ratings.
Stars: ✭ 26 (-3.7%)
Mutual labels:  singapore
sg-food-ml
This script is used to scrap images from the Internet to classify 5 common noodle "mee" dishes in Singapore. Wanton Mee, Bak Chor Mee, Lor Mee, Prawn Mee and Mee Siam.
Stars: ✭ 18 (-33.33%)
Mutual labels:  singapore
jobs
πŸ’Ό Job opportunities in Singapore and abroad
Stars: ✭ 36 (+33.33%)
Mutual labels:  singapore
uber-cli
Beeps when surge is gone
Stars: ✭ 29 (+7.41%)
Mutual labels:  taxi
Taxi-App-Android-XML
Free android xml template for Taxi App concept
Stars: ✭ 42 (+55.56%)
Mutual labels:  taxi

TaxiRouter SG

TaxiRouter SG is a web app that lets you explore available taxis and taxi stands in Singapore. Period.

It has very little number of features:

  • List all taxi stands in Singapore.
  • Shows all available taxis in the whole Singapore.
  • Tells how many available taxis around you.
  • Tells how far is the nearest taxi stand around you.

That's it.

Story

This project is first inspired by @uzyn's project: Singapore Taxi Data Visualization. Also following up from his talk on FOSS Asia 2016: Uncovering of an obfuscated public governmental API . Later, Data.gov.sg releases a new taxi availability API and that marks the beginning of this project.

Read more:

Bragging

🎀 I gave a talk about it on Singapore JS Meetup.

🌟 Featured on Digital News Asia, Channel 8 News and GovTech conference.

Technicalities

Data

  • Download "LTA Taxi Stop" data from https://data.gov.sg/dataset/lta-taxi-stop
  • Extract the GeoJSON file to data/lta-taxi-stop-geojson.geojson (assuming the file name is still the same).
  • Run npm run taxi-stands to (re)generate data/taxi-stands.json, to be used by the web app

Development

  • npm i - install everything
  • npm start - runs a local development server
  • npm run start-https - runs a local development server with HTTPS
  • npm run build - builds the production assets for deployment

License

Data: Β© Land Transport Authority

Everything else: MIT

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