Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

googlearchive/firereader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status: Archived

This repository has been archived and is no longer maintained.

status: inactive

Firereader

Firereader is a fully functional, real-time content aggregator built using Angular and Firebase.

It contains a fully functional client in the app/ directory, and a service that parses RSS data and pushes it into Firebase in the service/ directory.

Installation

To install a Firereader service, follow these steps:

  • open app/js/config.js and set the FIREBASE_URL to your namespace
  • cd into service/
  • run npm install to configure dependencies
  • start feeds.js: FBURL="https://<NAMESPACE>.firebaseio.com/user" SECRET="xxx" node ./feeds.js

Use this code in your project

Firereader was built using angularFire as a demo app. If you are looking for a working example project to build AngularFire apps, check out AngularFire-seed!

Contributing

To contribute to Firereader, please fork this project on GitHub, then use the Pull Request feature to submit your changes. All contributions must pass the Travis integration tests before they will be merged. Please add appropriate tests to the e2e and test unit libs.

Testing your changes

You can test your changes using the Angular built-in tests. See the angular-seed e2e tests doc

Contact

Submit questions or bugs using the issue tracker. For Firebase-releated questions, try the mailing list.

License

MIT

About

Firereader: A feed reader built with Firebase and AngularJS

Resources

Stars

Watchers

Forks

Packages

No packages published