BlueSky Profile RSS Reader is a demo project application designed to fetch and display RSS feeds from BlueSky profiles. It allows users to enter a BlueSky profile and view their updates in a consolidated feed. This project focuses on using modern Angular practices and not relying on Zone.js or RxJS.
resource
API for asynchronous requests.Try out the live demo: https://monsieur-ricky.github.io/bsky-profile-rss-reader/
--force
or --legacy-peer-deps
when installing the NPM dependencies, i.e., via npm install
.Clone the Repository:
git clone [email protected]:monsieur-ricky/bsky-profile-rss-reader.git
Install Dependencies:
cd bsky-profile-rss-reader
npm i --force
Start the development server:
ng start
Open your browser and navigate to: http://localhost:4200
Contributions are welcome! Please open an issue or submit a pull request to suggest features, fix bugs, or enhance the demo.
Feel free to share your thoughts or suggest improvements!