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
- Host: GitHub
- URL: https://github.com/squaresapp/webfeedexampleserver
- Owner: squaresapp
- Created: 2023-10-23T15:04:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T19:22:13.000Z (over 2 years ago)
- Last Synced: 2025-01-08T04:32:21.944Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.