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

dwc-creature

v0.0.7

Published

digital, peer-to-peer, creature

Downloads

13

Readme

creature

digital, peer-to-peer, creature

people help it move

design

the home

a place that others can be invited to

a raspberry pi 3 running scuttlebutt, which people can become friends with

the creature

a living thing that likes being shuttled from person to person

a raspberry pi zero running a custom scuttlebutt client, sharing its heartbeat and dna

a button to interact with the creature, changing its heartbeat and dna

their relationship

people interact with the creature by pressing the button

the button changes the creatures heartbeat

the heartbeat is shared with the home

anyone who is invited into the home sees the new heartbeat, and new dna

creating a home

Gather the following materials

  • computer with Docker installed
  • microSD card + microSD adapter
  • raspberry pi 3
  • copy of this repository

We use Docker to create and customize home.raspbian.img, which will be etched onto a microSD card for the Raspberry Pi. This lets us create and customize new homes from our computers instead of directly on the pi.

Start by installing docker for your platform.

Next, open up a terminal, and clone this repository somewhere

git clone https://github.com/jedahan/creature && cd creature

Now we are ready to create an home! It make take up to an hour to build everything.

make home.raspbian.img

Once the home image is built, we can etch it onto a microSD card.

Install etcher (or etcher-cli) and point it to the image:

sudo etcher home.raspbian.img

Put the microSD card into a raspberry pi, turn it on, and after a minute or two you should see a 'home' wifi network up.

creating a creature

Follow the same steps as above, but replace home with creature

making friends

The creature and home need to be 'friends' in scuttlebutt-speak for them to share information.

technical diagram

wireless diagram

  • creature => 'creature' wifi ssid <=> home <=> 'home' wifi <= people's cell phones

hardware diagram

  • button <= rpi zero <= wifi => rpi 3 <= ethernet => ubiquiti <= wifi => cellphones

software diagram

  • scuttlebutt-heartbeat => scuttlebot local => scuttlebutt network
  • scuttlebutt network => home webapp => cell phone browser

interaction diagram

nodes press button => heartbeat updates locally => scuttlebutt shares new heartbeat to network => scuttlebutt scuttles (shares with friends and friends of friends of home)