Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

khbus

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

khbus

kh restful api

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

khbus

Taiwan Kaohsiung bus API - node.js client version.

##compile

it code by coffeescript, so you have to compile to javascript version first.

npm compile

##Execute

Bus = require("khbus")
bus = new Bus()
bus.getBus (data) ->
  data.should.be.an.instanceOf(Object)
  data["143"].should.eql({ number: '0北', stop: '金獅湖站-金獅湖站' })

##Origin source

data are all from Kaohsiung government, there is only a client library in Node.js, if any server issue, please send feedback to them.

http://www.khbus.gov.tw/

FAQs

Package last updated on 13 Mar 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc