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

anorak

v0.0.1

Published

offline-first KISS web server

Downloads

3

Readme

                            ?+++?7?                                     
                          .?+++??I?I                                    
                        .,++??????I??+.                                 
                      ..++?++?+??I???$7.                                
                       +DNNDD8D888DNN7II                                
                     ..8DDDDDDDDNNNNNNNN.                               
                      .77ONNDDDDDNNN?IZ+.                               
                       .?77DZ$77$$$$?I?.                                
                       ..I$NZ?I$7II??+..                                
                   . .=?I?87OI::7I$??N+++                               
                  .=++++=?I??+777++87?+?++++.                           
                 =+=+++++??7N?7Z77Z$+++?+++???                          
                +7???+?+??+++7+$8?7++++?+?+$$?I .                       
              .+?I?+++++?+???7$?+++++?III?+Z7??I .                      
             ..?I?7+?7I++++++++$+=II$I++?+?77++II.                      
             .+7I?8?I7II+==++?O+?+?=+?$7?+?I77?I? .                     
           . +++?7IZ$==7+++=+?+++7++??++I??I=??III                      
            .+++??II+?+7?++++I$$+7??++?I7+?O????I?.                     
           .+++?I7I.??++7++++?7?+?????I?=I?7??+?I+I                     
           .+?7II7..=?=I???I+?I?????7?IO++?~~?+I???                     
           .IIII+$ =?+=$III++?I?I+7++?????+I ???+?I.                    
          .,?+???O.++=+7?++++I?+??7++++???II ?+++?+7.                   
           +?+++$..++=7+=++?+II+++I?+++++I??.?II???7                    
           +?+++?, ?++++==??+??+????+++??+?7.~7??7?7                    
           +??II+. ??+?+=+?++??+I??+++++?+?I .++???7                    
           ?I?+?7  +=+===??++7++?++++?+++??7..????I7                    
           +???II..+===++??7I++??+?+?++++??7 .????I7.                   
           +???I7. +?++????I++??I?++++?II??I  ???II7                    
           +I??IZ..+=???I???+????+?++?I?++?I .??I?I7                    
           .?II7I  +?+??+?I??+?++++?II++?I?7  ??III7                    
          ..II?7$  ????I???III??++??+?+?I?I$  ??II77                    
           .??7$7 .???I???I??+??I7777?????$$  II?II$                    
            I??7?. 7I??I77$I??+???+???7$$7$Z. 7II77=.                   
            7$77I .$$$$$$$$$$ZZZZZZZ$ZOZOZZ8 .I7I77.                    
            IIIII. ..........:.,=...........  II777,                    


                                                  d8b       
                                                  ?88       
                                                   88b      
    d888b8b    88bd88b  d8888b   88bd88b d888b8b    888  d88'
   d8P' ?88    88P' ?8bd8P' ?88  88P'  `d8P' ?88    888bd8P' 
   88b  ,88b  d88   88P88b  d88 d88     88b  ,88b  d88888b   
   `?88P'`88bd88'   88b`?8888P'd88'     `?88P'`88bd88' `?88b,
                                                      
A N   O F F L I N E - F I R S T   K I S S   W E B   S E R V E R

install

installs dependencies

npm install

starts the server for the first time

node server.js &
OR
npm run-script start &

run

node server.js &
OR
npm run-script start &

develop

nodemon server.js &
OR
npm run-script watch &

reference

TODO

  • bin command, accepting port and creating basic dir structure
  • setup socket.io comm to sync local ... remote stores
  • detect offline and online, calling sync
  • if online attempt to notify other side
  • autogen userId?
  • create basic chat app as an example