Skip to content

A simple single page application which shows the latest 10 articles about a topic.

License

Notifications You must be signed in to change notification settings

bogdanmatra/ny-times

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ny-times

A simple single page application which shows the latest 10 articles about a topic.

Feature List

  • User opens the link (hosted here) and the most recent 10 articles for Amsterdam will show up.
  • The user can change the topic and hit Enter or click the Search button to show up the 10 results for his new topic.
  • If no topic is selected the search will show the most recent 10 articles (related to anything).
  • A loader is shown when articles are loading.
  • Most recent articles are always shown first.
  • The user can click on an article and a summary is shown in a modal. Clicking the link icon opens the article on the New York Times website.

Application Structure (dependency tree)

$http
    \
   NYTimesService  $uibModal  $scope
              \       |        /
              ArticlesController

Tests

  • Prerequisites: Install Node.js - https://nodejs.org

  • How to run tests: npm install && npm test

  • Tests documentation: https://code.angularjs.org/1.5.11/docs/guide/unit-testing

  • OBS: Ony 4 unit tests written for ArticlesController.js as a proof of concept (see ArticlesController.spec.js).

  • Manually tested on browsers: Chrome, Firefox, Safari on desktop Mac OS X and Chrome, Safari mobile browsers (Android and iOS).

Other technical references

Framework used:

Other 3rd party libraries:

Releases

No releases published

Packages

No packages published