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

trendy

v0.1.7

Published

Menubar app to keep you in the loop of trend

Downloads

4

Readme

Trendy

npm version Build Status

Trendy is a GitHub Trending Repository viewer for trend-conscious people. Trendy watches the GitHub trends and notifies the update to you. The app can be integrated to menubar or used as isolated app.

GitHub trending repositofy page is one of my favorite pages. However, GitHub provides no API for it and I had to access each language's trend pages and had to find new repositories among many popular repositories. Trendy was made to improve the experience.

main screenshot

Features

  • [x] Manage unread repositories. Trendy remember you already checked the trending repository or not.
  • [x] Current trending repositories of your favorite languages.
  • [x] All past trending repositories of your favorite languages.
  • [x] Cross platform (built on Electron). For OS X, Linux and Windows.
  • [x] Menu bar integrated window or isolated window.
  • [x] Embedded browser support
  • [x] Language filters

Installation and Prepare

Release page and npm package are available.

If you download and unzip application release from GitHub, please click executable to start.

dock

After clicking the app icon, the languages picker window will be launched. You can choose favorite languages to watch their trend. You can search by the name of languages incrementally in the window. After finishing to pick up, push 'Go' button to start Trendy. First, Trendy scrapes trending pages and calls GitHub API to get repositories' information. This is because GitHub provide no API for GitHub trending repositories. After a while, the result will be shown in the menu window.

Trendy does polling GitHub trending repositories per hour to update the trends and to notify it to you.

Usage

usage screenshot

'New' tab

In 'New' tab, the repositories firstly emerging as trending repository are shown. You can mark them as read. The repositories marked as read are removed from the 'New' tab.

'Current' tab

In 'Current' tab, the current GitHub trending repositories are shown.

'All' tab

In 'All' tab, the repositories which have ever emerged as trending repository are shown.

Notification

| Notified menu bar | Normal menu bar | | ----------------- | --------------- | | notified menubar | normal menubar |

Trendy does polling GitHub trending repositories per hour. When Trendy finds new comers to GitHub trending repositories, it notifies them by changing the color of menu bar icon. When new repositories are registered as 'new', the icon will be red as above.

Embedded Browser

By clicking links in the window, embedded browser slides in. It shows mobile pages of the links. You can go forward/back, open the page in external browser and close the embedded browser.

Language Filters and Options

You can access to menu by clicking right above menu button. The menu includes word search, language filters and options. Language filters filter the repositories in the menu window by language. Options can force to update the trends, show settings file by your favorite editor and exit Trendy.

Isolated Window

Setting mode value to "isolated" in config.json enables isolated window (Path to config.json is described in next section). Instead of menu window, Trendy main window shows up as isolated window. Side menu, which is hidden in menu window, is always shown in isolated window mode. In Windows environment, this isolated window is enabled by default because menubar window works only when task bar is put to bottom.

isolated window screen shot

Customization

Config File

You can customize Trendy by modifying config.json.

| OS | Path | | ------- | --------------------------------------------------- | | OS X | ~/Library/Application\ Support/Trendy/config.json | | Linux | ~/.config/Trendy/config.json | | Windows | %APPDATA%\Trendy\config.json |

You can access this file by 'Settings' in side menu.

Config Values

| Name | Default | Description | | ----------- | ----------- | --------------------------------------------------- | | mode | 'menubar' | Window mode, 'menubar' or 'isolated' | | width | 400 | Window width | | height | 400 | Window height | | languages | [] | Languages to watch. You can leave this value empty | | icon_color | 'black' | Menu icon color, 'black' or 'white' | | proxy | '' | URL for proxy | | hot_key | '' | Hot key to toggle window. Format is here | | auto_start | false | Automatically start Trendy as OS starts up |

License

Distributed under the MIT License.