https://github.com/conoro/pinboard-blog-rss
Hacky way to get the single latest story from the Pinboard blog as its nav is so messed up
https://github.com/conoro/pinboard-blog-rss
Last synced: about 1 year ago
JSON representation
Hacky way to get the single latest story from the Pinboard blog as its nav is so messed up
- Host: GitHub
- URL: https://github.com/conoro/pinboard-blog-rss
- Owner: conoro
- License: apache-2.0
- Created: 2020-07-11T08:25:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T13:31:44.000Z (over 3 years ago)
- Last Synced: 2025-02-06T09:48:26.907Z (over 1 year ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pinboard Blog RSS
Get latest Pinboard blogposts because Maciej's RSS is broken. But actually the whole site nav is so broken that this doesn't really work, as even the headline link to self on the most recent post is wrong.
```
¯\_(ツ)_/¯
```
## Installing and using
* Configure your AWS account
* Install Node.js 12+
```bash
git clone git@github.com:conoro/pinboard-blog-rss.git
cd pinboard-blog-rss
npm install -g serverless
npm install
serverless deploy
```
Then you access each RSS feed like so:
* https://url.of.serverless.function/dev/rss
LICENSE Apache-2.0
Copyright Conor O'Neill 2018, conor@conoroneill.com