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
- Host: GitHub
- URL: https://github.com/natac13/fcc-news-feed
- Owner: natac13
- License: mit
- Created: 2015-09-17T16:59:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-20T14:26:47.000Z (over 9 years ago)
- Last Synced: 2023-02-27T21:46:46.580Z (over 2 years ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.