An open API service indexing awesome lists of open source software.

https://github.com/squaresapp/webfeedexampleserver

A test server that delivers a test Webfeed
https://github.com/squaresapp/webfeedexampleserver

Last synced: about 1 year ago
JSON representation

A test server that delivers a test Webfeed

Awesome Lists containing this project

README

          

# Webfeed Example Server

This repository contains a Node.JS server that can be used for Webfeed reader apps to test out the process of subscribing to new Webfeeds, and polling them for updates.

## Setup Instructions

1. Clone this repository
2. Run an `npm install`.
3. Make sure TypeScript is installed, then run `tsc`.
4. Run `node ./+server.js` to launch the server

The server that is launched serves a home page with buttons to add new posts to the feed, and to clear the entire feed of all created posts.