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

@tmtek/bulletinboard

v0.0.5

Published

A convo app for shared reminders

Downloads

5

Readme

Bulletin Board

Bulletin Board is a Google Home application built using convo. This app allows familes to have a shred board where they can post notes and notifications for each other.

Commands

"Talk to Bulletin Board"

This is the standard entry point into the application. It will read the first page of 5 notes, and then offer you the opportunity to speak another command.

"what's on the board?"

This command will cause the application to read all of the notes on the board, and then exit. If you want to hook Buletin Board up to your daily routines, this is the command to use to do so.

"Add bulletin" or "Add this is an important note everyone should be aware of."

This command allows you to add new notes to the board. If you say "add" and then continue to speak, the application will take the rest of your statement and add it as the note. If you just say "Add", it will then prompt you for a message.

"Wipe the board"

Clears the entire board of all notes.

List commands and selecting notes

When you are confronted by a list of notes prsented to you in pages, you may use any of the list commands to keep digging into the data:

"next page" or "more"

This will read the next page of 5 notes.

"3 more"

Use this command to go to the next page, but specify how large you want the page to be.

"previous page"

This will read the previous page of 5 notes.

"select the first one" of "pick the third one"

Selects the first note in the current page you have been presented.

"next"

Selects the next items in the list.

"Previous"

Selects the previous item in the list.

"Select the one that contains {query}"

You can use this command to select things by their contents.

Commands for selected notes

When a note is selected, it will be read to you in detail. Aside for list navigation commands, you may also issue the following commands:

"Delete it" or "Wipe it"

Deletes the current selected note from the list.

Note Expiry

When you add a new note to the board, Bulletin Board will attempt to extract an expiry time from message itself. When a note expires, it is automatically removed from the board. For example, if you were to say:

" add get milk today."

Then Bulletin Board will mark this note to expire once the clock passes 11:59 PM this evening.

If you were to say:

"add Meet John for coffee on Thursday."

Bulletin Board will expire the note at the end of day on the next Thursday that passes. If today is Thursday it will expire tonight, If today is Monday it will expire three days from now, If Today is Friday it will expire 6 days from now.

If an expiry cannot be deduced from the message, then the note does not expire. It will have to be removed manually.

Help

Bulletin Board implements a help system:

"I need some help."

Will launch the help system which will explain all features available in the application. The Help system's list navigation works using the exact same list navigation as the Bulletin Board. Select items, and return to them main list in exactly the same way.