-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Online version of reallysimple #1
Comments
I did a bit of digging and found that I already (basically) have a server version of reallysimple to support Drummer scripting and outlining.
Both of these call a server which is basically a wrapper for reallysimple. I've updated the app so it makes good exampleware for the reallysimple package. I will have the source up in its own repo later today. |
Here's the server app. https://github.com/scripting/feeder You can use feeder.scripting.com if you're testing, but if you're deploying an app please run your own instance of this server. Hope you like! :-) |
BTW, here's what a reallysimplified feed looks like. http://feeder.scripting.com/returnjson?url=https://rss.nytimes.com/services/xml/rss/nyt/Theater.xml |
Scott Block suggested creating a server version of the reallysimple parser so you don't have to deploy a server every time you need to parse a feed. Good idea. Ultimately I'd like to have a version that runs directly in the browser, but since it depends on the feedparser package, which is only available for Node, at this time it's not practical.
So I will provide a server implementation that can be accessed over the web and of course provide the source so you can deploy it yourself, esp if operating the server consumes a lot of resources.
The text was updated successfully, but these errors were encountered: