はてなブックマークのsearch.dataのパーサライブラリ
search.dataとは以下のようなブラウザ拡張で使われてるはてなブックマークのユーザーが登録した全件データを取得するAPI
詳しくは search.data-format.md を参照
Installation
npm install hatebu-mydata-paraser
Usage
var parse = parse;var data = ; // searchDataのテキストを渡す/* dataには以下のようなオブジェクトの配列が入る{ title: "string", comment: "string", url: "string", date: new Date()};*/
search.dataのフォーマットについては
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT