Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrmartineau/pinboard-api
A free, CORS-enabled version of the Pinboard public feeds API
https://github.com/mrmartineau/pinboard-api
api cors-enabled zeit
Last synced: 24 days ago
JSON representation
A free, CORS-enabled version of the Pinboard public feeds API
- Host: GitHub
- URL: https://github.com/mrmartineau/pinboard-api
- Owner: mrmartineau
- Created: 2018-01-06T00:47:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T19:47:13.000Z (over 6 years ago)
- Last Synced: 2024-07-31T18:24:50.727Z (3 months ago)
- Topics: api, cors-enabled, zeit
- Language: JavaScript
- Homepage: https://pinboard-api.now.sh/json/popular/
- Size: 27.3 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-starred-test - mrmartineau/pinboard-api - A free, CORS-enabled version of the Pinboard public feeds API (JavaScript)
README
# Pinboard API
> A free, CORS-enabled version of the Pinboard public feeds APIhttps://pinboard-api.now.sh
Use the information at https://pinboard.in/howto/#api to see what methods are available, just replace the domain, like so: `http://feeds.pinboard.in/rss/u:username/` with `https://pinboard-api.now.sh/rss/u:username/`.
## Examples:
```
https://pinboard-api.now.sh/json/popular/
https://pinboard-api.now.sh/json/u:mrmartineau/t:inspiration?count=15
```> Made by [ZΛNDΞR](https://github.com/mrmartineau/) by using [Micro](https://github.com/zeit/micro) & hosted on [now](https://zeit.co/now) by [zeit](https://zeit.co)