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 🙏

© 2026 – Pkg Stats / Ryan Hefner

cubo-integrations

v1.0.0

Published

The Integrations service is a set of APIs made available to our partners for external integrations.

Readme

cubo-integrations

This repository was created to be the Cubo Integrations backend service.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

This project has some private dependencies, so its necessary to login to npm registry before run the following commands. To do this, please configure an environment variable called NPM_TOKEN whose value must be a valid npm Auth Token for cubo.network registry.

First of all you need to clone this repository in your machine:

git clone [email protected]:cubonetwork/cubo-integrations.git

or

git clone https://github.com/cubonetwork/cubo-integrations

After that you need to run the setup command:

npm run setup

The command above will prompt you to login on @cubo.network npm repository. Check with administrators to get the credentials.

And finally you are ready to run and test the project in development environment. For this run the following command:

npm start

Prerequisites

This project have been developed using Serverless Architecture and to help us to deploy and operating the resources in to the Cloud we decided to use Serverless Framework. For use of Serverless Framework we need to install serverless cli running the following command:

npm install -g serverless

Running the tests

Unit tests

Integration tests

Testing endpoints with authorizer

If you need to make tests on API Gateway endpoints with authorizer you need to authenticate and generate a firebase token and send it into Request's Authorization header. You could generate a token for dev porpouses using:

npm run gen-firebase-token:dev

Documentation

We are using JSDoc with docdash template for document our code. To generate documentation html files run the command above (The html files will be created at ./docs/dist folder).

npm run generate-docs

Deployment

This project was developed using the concepts for Serverless Architecture throught AWS Cloud. So to deploy this project you need to follow some steps:

  1. Configure your AWS credentials:
sls config credentials --provider aws --key <your_aws_access_key> --secret <your_aws_secret_key>
  1. Run script to deploy, where ${ENV} could be dev, staging or prod:
npm run deploy:${ENV}

Built With

Contributing

If you'd like to contribute with this repository, please, read the instructions below to understand how this project is structured.

Versioning

We use Semantic Versioning for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.