feed2json-server

1.1.4 • Public • Published

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

Package Sidebar

Install

npm i feed2json-server

Weekly Downloads

2

Version

1.1.4

License

ISC

Unpacked Size

8.36 kB

Total Files

9

Last publish

Collaborators

  • alexlangberg