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

bicis

v0.2.0

Published

Estado de la estaciones de Ecobici de la ciudad de Buenos Aires - Argentina

Downloads

3

Readme

🚴 :biking_woman: bicis

Chequea el estado de las estaciones Ecobici de la cidudad de Buenos Aires desde tu consola.

Este comando te permite ver el estado de las estaciones Ecobici de la ciuad de Buenos Aires en tiempo real. La información esta basada en el endpoint que provee el gobierno de la ciudad a travez de su portal de Datos.

Vas a poder agregar estaciones como favoritas para centrar los reportes en los lugares que te interesan.

Instalación

$ npm install -g bicis

Como usar el comando

Por defecto el comando va a mostrarte todas las estaciones disponibles con bicis de la ciudad; en tu consola, corre el comando:

bicis

Una vez que identificaste las estaciones que usas más seguido, agregalas como favoritas para filtrar el reporte;

Buscar una estación

Para buscar una estación ejecuta el siguiente comando:

bicis -b Emilio

Agregar estaciones a tus favoritas

Las estaciones favoritas se identifican por su ID, una vez que encuentres el ID de tu estación en la lista de estaciones, tenes que correr el comando bicis -a [ID]. Por ejemplo, para agregar la estación 515 como favorita, ejecuta el siguiente comando:

bicis -a 515

Remover estaciones de tus favoritas

Para remover una estación de tus favoritos, tenes que correr el comando bicis -r [ID]. Por ejemplo, para remover la estación 34 de tus favoritas, ejecuta el siguiente comando:

bicis -r 34

Limpiar todas tus favoritas

Podes borrar todos tus favoritas con el comando:

bicis -c`

Mostrar información de todas las estaciones disponibles

Para ver el estado de todas las estaciones, tenes que usar el comando:

bicis -t

Lista opciones disponibles

Finalmente, para revisar todos los comando disponibles, corre el comando:

bicis -h

Encontraste un 🐞 ?

Reportarlo en los issues del repositorio.

License

MIT