npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

emt-bus

v1.0.8

Published

Library that works a layer over the emt API service

Downloads

36

Readme

EMT-library

Alt text

  • Requirements
  • How to install
  • How to use
    • Authentication
    • Select a category
    • Make a request
  • Category methods
    • Bus
    • Geo
    • Media
    • Bike
    • Parking

Requirements

Node.js >= v6

How to install

npm install emt-bus --save

How to use

Import and authenticate against the API.

var EMT = require('emt-bus').('<idClient>', '<passKey>');

Select a an API category

var bus = EMT('bus');

Finally, make the request by selecting a method that corresponds to its category

bus.getListLines({ Lines: '721', SelectDate: '09/09/1993' }).then ..

Response

🚌 Bus Methods

| Methods|Description | | ---------|-------------| | getCalendar|Get EMT Calendar for all days and line schedules for a range of dates
| getGroups|Returns every line type and their details | | getListLines|Returns lines with description and groups | | getNodesLines|Returns all stop identifiers and his coordinate, name, lines and directions| | getRouteLines| Returns a line/s route with the vertex info to build the route and coordinates for stops and axes | | getTimeTableLines|Provices information about the requested line at travel time| | getTimesLines|Returns current schedules for the requested lines|

🌍 Geo Methods

| Methods|Description | | ---------|-------------| | getArriveStop|Gets bus arrive info to a target stop | | getGroups|Return a list of groups | | getInfoLine|Returns line info in a target date| | getInfoLineExtend|Returns line info in a target date| | getPointsOfInterest|Returns a list of Points of Interest from a coordinate center with a target radius| | getPointsOfInterestTypes|Returns a list of Point of interest types| | getStopsFromStop|Returns a list of stops from a target stop with a target radius and the lines arriving to those stops.| | getStopsFromXY|Returns a list of stops from a coordinate with a radius and the lines arriving to those stops.| | getStopsLine|Provices information about the requested line at travel time.| | getStreet|Returns a list of EMT nodes related to a location. All EMT locations are a group of stops within a target radius and the lines related to each stop in the list.| | getStreetFromXY|Returns a list of stops from a target coordinate.|

📺 Media Methods(WIP)

| Methods|Description | | ---------|-------------| | getEstimatesIncident| Get estimate arrival time to stop and its related issues | getStreetRoute|Request up to three optimal routes from one place to another using bus or walking, source and destination must be in a format known for the system, which means that should have been validated by a GetStreet call
| getRouteWithAlarm| | | getRouteWithAlarmResponse| | | getRoute| | | getRouteResponse| |

🚲 Bike Methods

| Methods|Description | | ---------|-------------| | getStations|Obtiene la relación de todas las bases de Bicimad y su estado operacional. | | getSingleStations|Obtiene la información de una base |

🅿 Parking Methods (WIP)

| Methods|Description | | ---------|-------------| | detailParking|N/A | | detailPOI|N/A | | iconDescription|N/A| | infoParkingPoi|N/A| | listFeatures|N/A| | listParking|N/A| | listStreetPoisParking|N/A| | listTypesPOIs|N/A|