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

@webthatmatters/revma

v1.0.1

Published

A simple NodeJS integration mixture on the platforms your company is using and automate your flows through them.

Downloads

18

Readme

Revma

A project that integrates with services and APIs that your company might uses.

You can automate flows and monitor your application's status. This lives under your company's domain and it's completly managed by it.

It is open source and free in order to be able to support in the near future a vast majority of integrations for all types of teams without adding an extra monthly fee.

This project focuses on how teams are adding paid, or free, services to their flows, without thinking of everyday routines by adding another step to.

There are a lot of alternatives that you can go with, and some far more simpler, like Zapier.

This one focuses on open-source and on more developer oriented automations build on Javascript so anyone can improve it.

Features

  • Reminders
  • Website Heartbeats
  • Pipelines

Installation

As simple as npm install -g revma

Setup

All you need to do is to create a folder with the integrations' configurations that you need.

Slack

{
	"webhook": "https://hooks.slack.com/services/.../..."
}

AWS

{
	"accessKeyId" : "",
	"secretAccessKey" : "",
	"region": ""
}

Jira

{
	"url" : "https://DOMAIN.atlassian.net",
	"version" : "2",
	"username": "",
	"password": ""
}

Gitlab

{
	"url" : "https://gitlab.com",
	"version" : "v4",
	"access_token": ""
}

Customization

If the current implementation or version doesn't satisfy your requirements you can also apply your custom code to your current installation.

// Explain on how this will be done.

Examples

Roadmap

  1. Use custom emojis and logos for your messages
    • on reminders/pipelines that doesnt have integration icon.
  2. Make it serverless, maybe AWS Lambda functions, so you dont have to install it somewhere.
  3. Integrate with:
    • Teamwork, Trello and other issue trackers
    • Other chat applications
    • Email Services
    • Github, Bitbucket, etc.
    • Jenkins and other CI/CD platforms
  4. Create automated maintenance status accessible from your website with realtime listeners directly from the client's side.
  5. Schedule builds and maintenance modes from custom UI or your chat application (Slack, etc.)
  6. Make Slack integration an application instead of just a webhook.
    • Enable/Disable maintenance from slack
    • Schedule or initiate a build from slack
  7. Create predefined Heartbeats for status health of existing services:
    • Firebase
    • AWS resources
    • Mailchimp & Mandrill
    • Gitlab

Contributing

Feel free to fix possible bugs or add new features to this project and send us your PR.