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

kippt-export

v0.0.2

Published

Export your Kippt lists into a Netscape bookmarks file

Downloads

4

Readme

kippt-export

Using the Kippt API, exports your Kippt Lists into Netscape Bookmarks HTML format which, you can import into your web browser – maybe even into another bookmarking service!

Usage

Requirements:

  • Node v0.10+.
  • Kippt username (comes with an API key)

Install

npm install -g kippt-export

Run

kippt-export <username> <api_key>

Outputs something like:

$ node kippt-export mieky 4d76dcf1feef00db9d834d76dcf1fe3ef4d76dcf
<!DOCTYPE NETSCAPE-Bookmark-file-1>
<!--This is an automatically generated file.
    It will be read and overwritten.
    Do Not Edit! -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<Title>Bookmarks</Title>
<H1>Bookmarks</H1>
<DL><p>
  <DT><H3>iOS Development</H3>
  <DL><p>
  <DT><A HREF="http://www.git-tower.com/blog/xcode-cheat-sheet-detail/" ADD_DATE="1384517308">Xcode Cheat Sheet</a>
  <DT><A HREF="http://stuartkhall.com/posts/an-app-store-experiment" ADD_DATE="1376849383">An App Store Experiment</a>
  <DT><A HREF="http://www.davemark.com/?p=1829" ADD_DATE="1372161155">Resources for Mac and iOS Developers… | Dave Mark's Blog</a>
  </DL><p>
  <DT><H3>Do want</H3>
  <DL><p>
  <DT><A HREF="http://www.hardgraft.com/collections/all/products/flatpack-heritage" ADD_DATE="1381052908">hard graft leather messenger bag for iPad, MacBook Air 11", MacBook Pro 13", MacBook Pro 15" | hard graft</a>
  <DT><A HREF="http://www.knomobags.com/eu/bungo-messenger-leather-brown-15-laptop-bag.html" ADD_DATE="1381051534">Bungo 15" Brown Leather Messenger Bag from KNOMO: Official Store | Men's Brown Leather Messenger Bag | Stylish 15" Laptop Bag | Messenger Laptop Bags | Designed by KNOMO London</a>
  </DL><p>
</DL><p>

Version history

0.0.2 - Support global install and running directly with "kippt-export".

0.0.1 – First release, exports bookmarks in Netscape HTML format.

License

MIT.