Skip to content

ruud00000/firereader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firereader

Firereader is a fully functional, real-time content aggregator built using Angular and Firebase. It's also completly server-less!

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

  • git clone https://github.com/firebase/firereader.git
  • Open and configure js/config.js and set FIREBASE_URL to your own Firebase instance.
  • Import setup/seed.json into your Firebase.
  • Add setup/security_rules.json to your security rules

Use this code as an example.

Firereader was built using AngularFire-seed. If you want to build similar angularFire apps, check it out!

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.

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

Languages

  • JavaScript 78.7%
  • HTML 11.4%
  • CSS 9.9%