Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mieky/kippt-export

Export your Kippt lists into a Netscape bookmarks file
https://github.com/mieky/kippt-export

Last synced: about 1 month ago
JSON representation

Export your Kippt lists into a Netscape bookmarks file

Awesome Lists containing this project

README

        

# kippt-export

Using the [Kippt API](http://developers.kippt.com/), exports your Kippt Lists into [Netscape Bookmarks](https://github.com/bahamas10/node-netscape-bookmarks) HTML format which, you can import into your web browser – maybe even into another bookmarking service!

## Usage

Requirements:
- [Node](nodejs.org) v0.10+.
- Kippt username (comes with an [API key](http://developers.kippt.com))

### Install

`npm install -g kippt-export`

### Run

`kippt-export `

You can also write directly into an HTML file:

`kippt-export >bookmarks.html`

Outputs something like:

```
$ kippt-export mieky 4d76dcf1feef00db9d834d76dcf1fe3ef4d76dcf

Bookmarks

Bookmarks






iOS Development







Xcode Cheat Sheet

An App Store Experiment

Resources for Mac and iOS Developers… | Dave Mark's Blog







Do want







hard graft leather messenger bag for iPad, MacBook Air 11", MacBook Pro 13", MacBook Pro 15" | hard graft

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





```

## 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.