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

rankmi-app

v3.42.0

Published

<div align="center"> <img src="app/assets/images/logo.png" href="https://app.rankmi.com" width="33%"/> </div>

Downloads

7

Readme

code style: prettier Coverage Status Build Status

Tabla de contenidos:

  1. Instalación
    • Habilitar dominios personalizados OSX
  2. Variables de entorno indispensables
  3. Api Traducciones

Instalación

1.1 Requisitos:

Nodejs >=10.23.0 & <= 11.15.0

  1. Clonar el proyecto
  2. Correr el comando npm install
  3. Agregar un archivo .env a la raíz del proyecto cuyo conteniedo sera el del archivo de env.example que se encuentra en la raiz del proyecto.
  4. Correr el comando npm start

Detalle variables de entorno indispensables

  • API_URL
    • Comentario: Debe apuntar al api con la versión 'v1' asociada a ese ambiente
    • Value de Ejemplo: https://hub.rankmi.com/sandbox/v1
  • NON_VERSIONED_API_URL
    • Comentario: Debe apuntar al api-- quitando el 'v1'-- asociada a ese ambiente
    • Value de Ejemplo: https://hub.rankmi.com/sandbox/v1
  • APP_ID
    • Comentario: En caso de que no esta key no corresponda al valor seteado por el API en el ambiente en config/environments/, el api retornará un status code 403
    • Value de Ejemplo: aoretusruteosar // lo que sea que tenga el api de acuerdo al ambiente
  • APP_HOSTNAME
    • Comentario: Debe contener la url completa del ambiente desplegado, excluyendo el https
    • Value de Ejemplo: performance.rankmi.com // quitar 'https://' de dónde esté montando el ambiente
  • APP_URL
    • Comentario: Debe contener la url completa del ambiente desplegado
    • Value de Ejemplo: https://performance.rankmi.com
  • DEFAULT_SUBDOMAIN
    • Comentario: Debe contener el subdominio donde se despliegue la aplicación
    • Value de ejemplo: performance // si es que la url de la aplicación es https://performance.rankmi.com

API de traducciones

  1. Clonar el repositorio
  2. Seguir las instrucciones del readme del repositorio
  3. Agregar las variables de entorno asociadas a la API de traducciones
  4. Subir los commons a la api de traducciones local (npm run translations:upload)