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

altruist

v1.1.3

Published

Altruist lets you share your content with others

Readme

💌 Altruist

Gateway micro service for sharing content with ease ✌️

❓Why

Altruist is a bridge to a pletory of services. It acts as a server. All the wiring hard work has been done, no more:

  • manual coding of social services API,
  • reading outdated docs for each services you want to use,
  • comparing and finding the right module,
  • developing a new custom lib for a specific service.

It focuses on Social Network and File SAAS and it abstract the internal differences of all of this services.

If you need to share with one of the following services, then 💌 Altruist is for you.

Simply connect your prefered account through the web server altruist provide and post your data to 💌 Altruist.

All the APIs have been meticulously integrated to respond to the same form of media POST to 💌 Altruist.

Currently 💌 Altruist supports the following data form POST:

  • [x] application/json raw
  • [x] application/x-www-form-urlencode
  • [x] multipart/form-data

image

🌍 Installation as a binary

Install the tool:

$ yarn global add altruist
# or
$ npm install -g altruist

then, provide a settings file:

# get the template
$ wget https://raw.githubusercontent.com/soixantecircuits/altruist/master/settings/settings.default.json
# rename it
$ mv settings.default.json settings.json
# start altruist web server
$ altruist --settings settings.json

For details about what to write in the settings file, See the Actions section below.

Then, from a server, an app or POSTMAN you can post to:

POST http://localhost:6060/api/v1/actions/{ACTION_NAME}

👋 Usage

One action = one service

List of available actions:

⚠️ Some actions may require that you log in before using them. You can get a list of those actions with their login url by sending a GET request to the url matching authRedirect in the settings file (/authRedirect by default).

🕳 Troubleshoot

POSTMAN + MULTER

You can meet some issue while uploading file and JSON. This is a bug in POSTMAN. See here: https://github.com/postmanlabs/postman-app-support/issues/2602 A way to fix it is to close and reopen the tab you are using to test the query. (http://stackoverflow.com/questions/35851660/multer-req-file-always-undefined/38461398#38461398)

❤️ Contribute

Thanks for helping us! 👏

Please follow:

Please use the develop branch if you want to contribute.