A simple way to follow your favourite RSS feeds!
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project was initially inspired by a challenge I saw somewhere on the internet a while back. I actually began building it however, when I was tracking news about a particular country across multiple sources, and decided it would be a lot easier to have feeds from those sources all in one place to go through. It is the first of many more projects to be added to my github in an attempt to make sure I have work to show for myself apart from projects built for my employers.
Without signing in with your google account, you'll still have access to the general application in order to see how it works with some sample feeds and sources. However, you will not be able to add or edit any data.
You'll need to have node installed, and either npm or yarn (preferred).
- npm
npm install npm@latest -g
-
Get a free API Key at https://example.com
-
Clone the repo
git clone https://github.com/NathanDowner/aggregator.git
-
Install dependencies
yarn install
or
npm install
-
Supply your Firebase env variables to satisfy the firebaseConfig object in the firebase.js file(#)
const firebaseConfig = { apiKey: process.env.NEXT_PUBLIC_FIREBASE_API_KEY, authDomain: process.env.NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN, databaseURL: process.env.NEXT_PUBLIC_FIREBASE_DATABASE_URL, projectId: process.env.NEXT_PUBLIC_FIREBASE_PROJECT_ID, storageBucket: process.env.NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET, messagingSenderId: process.env.NEXT_PUBLIC_FIREABSE_MESSAGING_SENDER_ID, appId: process.env.NEXT_PUBLIC_FIREBASE_APP_ID, measurementId: process.env.NEXT_PUBLIC_MEASUREMENT_ID, };
- Add 'Saved Articles' section
- Add scroll-to-top
- Add dark mode
- Allow user to select different icons when creating feeds See the open issues for a full list of proposed features (and known issues).
While this is a personal project, any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.
Nathan Downer - @Nathan_Downer - [email protected]
Project Link: https://github.com/NathanDowner/aggregator