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

hermez

v1.1.5

Published

file sharing utility for computers on the same network

Downloads

4

Readme

hermez

file sharing utility... share files with computers on the same network.

requirements

  • a computer system with nodejs installed on it.

installing and running

  • install the package from the npm registry.
$ npm i -g hermez
$ hermez

follow the on-screen instructions and voila!

how to use

on opening the app homepage you will be presented with two options.

  • create a connection
  • join a connection

creating a connection

  • fill in the details accordingly. the port number is a combination of any 4 numbers, and the nickname is any silly name you can think of ;) (btw, it has to be 5 or more letters). n.b: take note of the ip address displayed on the page you're redirected to after creating the connection. this will be the ip address that others will connect to.

joining a connection

  • get the ip address of the server you want to connect to.
  • enter the ip in the field where it says 'port'
  • slot in any nickname you'd like to (p.s: it too shouldn't be shorter than 5).

nb: your downloads are located in ....../{user_dir}/Documents/hermez.

"user_dir" is the USERS's root directory NOT the computer's root directory.

development...

how to run

  • clone this repo
$ git clone https://github.com/bamii/hermez-fe
  • setup the repo
$ cd hermez-fe
$ npm install
  • run the app
$ npm run start:dev

happy debugging!!

how to build (and run the build).

  • run the production build task
$ npm run build:prod
  • run the express server
$ npm run start:prod

THIS IS A W.I.P and will contain bugs. to help improve on this software, please report any issues you have.

todo

  • add cli options (port number... ) ??
  • port to electron.

❤, bami :)