An open API service indexing awesome lists of open source software.

https://github.com/natac13/fcc-news-feed

Challenge from Free Code Camp to work with their api to view the news feeds
https://github.com/natac13/fcc-news-feed

Last synced: 3 months ago
JSON representation

Challenge from Free Code Camp to work with their api to view the news feeds

Awesome Lists containing this project

README

        

A Zipline project from [Free Code Camp](http://www.freecodecamp.com) that is live on [My CodePen](http://codepen.io/natac13/full/ZbOWpV)

I was trying out testing with Jasmine and Karma with this project. I also used created my own filters to use which I learned how to test as well.
This project is also my first attempt at trying to be more organized with the code base itself. I am trying to create simple modules that do one thing and then I am seeing how it becomes easy to test when the code gets set up this way.