1.1.4 • Published 6 years ago

feed2json-server v1.1.4

Weekly downloads
8
License
ISC
Repository
github
Last release
6 years ago

feed2json-server

npm version

Simple server for a feed2json service.

It's simply a local hapi implementation of feed2json.

CORS is enabled so it can be used as a feed backend.

Installation

npm install -g feed2json-server

Start

feed2json-server

The service can be started anywhere as it requires no local files of any kind and simply acts as a proxy on port 4201.

Options might come later but it's also rather easy to simply hack the port number in the file in the bin folder.

Examples

With the server running, you can call these URLs:

http://localhost:4201/example - an example of jsonfeed

http://localhost:4201/convert?url=http://feeds.bbci.co.uk/news/rss.xml

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago