Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brooksn/rss2tent
For Tent v0.3. Run as an IronWorker on Iron.io
https://github.com/brooksn/rss2tent
Last synced: about 2 months ago
JSON representation
For Tent v0.3. Run as an IronWorker on Iron.io
- Host: GitHub
- URL: https://github.com/brooksn/rss2tent
- Owner: brooksn
- Created: 2013-09-16T15:19:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-27T19:53:42.000Z (over 11 years ago)
- Last Synced: 2023-08-03T23:11:23.407Z (over 1 year ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rss2tent
========For Tent v0.3. Best run as an IronWorker on Iron.io. iOS 7 users can get [App Keys](https://itunes.apple.com/us/app/app-keys-manager/id707283884) from the App Store to generate credentials.
App must have permission to read and write ```https://brooks.is/types/webfeed/v0``` and ```https://tent.io/types/status/v0```
##IronWorker Setup
The IronWorker needs the following JSON Payload:
```
{
"feed": "http://example.com.com/rss",
"entity": "https://example.com",
"app_id": "your app id",
"hawk_id": "your hawk id",
"hawk_key": "your hawk key"
}
```