Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Pinboard API
> A free, CORS-enabled version of the Pinboard public feeds API

https://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)