Skip to content

to-mode/hatena-bookmark-hotentry-rss-threshold

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hatena-bookmark-hotentry-rss-threshold

はてなブックマークの新着エントリーのRSS( http://b.hatena.ne.jp/hotentry.rss )から、一定以上のブックマーク数のものだけをフィルタしたRSSを作成します。

Netlify にデプロイすれば、任意のRSSリーダーに登録して読むことができます。

Functions を使って実装されています。

デプロイして使う場合

  1. GutHubとNetlifyのアカウントを用意します。
  2. このリポジトリを自分のGitHubアカウントにForkして、Netlifyにデプロイします。
  3. https://<ドメイン名>/.netlify/functions/hotentry?threshold=<ブックマーク数の閾値> でRSSが取得できます。
  4. このURLをRSSリーダーに登録すればOK。

ローカルで動かす場合

以下のコマンドでローカルにサーバーを起動します。

npm install
npm run serve

http://localhost:9000/hotentry?threshold=<ブックマーク数の閾値> でアクセスできます。

About

Filter hotentry.rss of Hatena bookmark with a threshold.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%