Josh Santangelo

Results 43 issues of Josh Santangelo

Poll your followers to find new ones, poll recent likes to find new ones.

component/washer
type/newwasher

Follow LinkedIn updates similar to Tumblr. Looks like maybe there's no API to do that though... https://developer.linkedin.com

component/washer
type/newwasher

They offer an RSS feed of notifications, but it would be cool to get the actual contents of the posts.

component/washer
type/newwasher

You can get the list of publications you follow, and each of them has an RSS feed. https://github.com/Medium/medium-api-docs

component/washer
type/newwasher

A washer that accepts an array of RSS feeds and returns their items, with duplicate URLs removed. Use case: I follow [multiple RSS feeds from The Verge](http://www.theverge.com/2012/1/25/2732963/verge-rss-feeds), but the same...

component/washer
type/newwasher

Follow Mixcloud similar to Soundcloud. https://www.mixcloud.com/developers/

component/washer
type/newwasher

If running as a daemon (#16), access services differently. Use Twitter's streaming API, or publish/subscribe models for other services.

type/enhancement
component/washer

Jobs [inherit](https://github.com/endquote/laundry/blob/master/laundry.js#L218) the settings of other jobs that use the same washer, so you don't have to auth against the same services multiple times. Maybe you don't want to do...

type/enhancement
component/jobs

It would be cool to [reverse geocode](https://developers.google.com/maps/documentation/geocoding/intro#ReverseGeocoding) the lat/long provided by the Twitter API to get descriptions for locations, similar to what we get from Instagram.

type/enhancement
component/item

We delete items from S3 after the number of days specified in `--mediaDays`. When storing locally, the date of the file [matches](https://github.com/endquote/laundry/blob/master/storage/local.js#L95) that of the item it's attached to, but...

type/enhancement
component/storage