Skip to content

globalavocado/map-my-article

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate

Map My Article

This web app does a fuzzy search on the ISI list of developing countries for 2017. On the left, the Guardian API returns a list of news article links and on the right side, the OpenLayers API zooms into that country on a world map.

screenshot

how to run

After cloning the repo, go to the map-my-article folder and start a web server, e.g. on MacOS you can use the built-in SimpleHTTPServer:

  ... $ python -m SimpleHTTPServer 8000 

then open a browser at http://localhost:8000

Technologies

Objectives

The map is meant to zoom to the country that has been searched for, every time a new search is performed. The name of that country is retrieved from the search value and implements the OpenLayers Animation.

Project status

not much styling but fully functional 😃

Wish List: ability to sort articles by date or filter by tag

User Stories

This project is a static frontend site, so development is behaviour-driven rather than having been unit-tested.

  • As a user, I want to get a list of developing country from a drop-down list when I type a letter in the search box.

  • As a user, I want to get a list of Guardian articles when I search for a county.

  • As a user, I want to see a map of the country I searched for on the right hand side after I click search.

About

Guardian API & OpenLayers app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published