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

https://github.com/daumann/chronas-castles

Angular Gallery and Map Application
https://github.com/daumann/chronas-castles

Last synced: 26 days ago
JSON representation

Angular Gallery and Map Application

Awesome Lists containing this project

README

          

# Angular Gallery and Map Application

## Overview

This is a spin-off application of Chronas and simply displays all Wikipedia articles of castles in a Gallery and Map view.
The following languages are available:
* English ~ 3800 articles
* German ~ 5869 articles
* English ~ 3800 articles
* French ~ 3673 articles
* Spanish ~ 1183 articles
* Russian ~ 911 articles
* Japanese ~ 159 articles
* Greek ~ 87 articles

### Installing dependencies

The application relies upon various node.js tools, such as Bower, Karma and Protractor. You can
install these by running:

```
npm install
```

This will also run bower, which will download the angular files needed for the current step of the
tutorial.

Most of the scripts described below will run this automatically but it doesn't do any harm to run
it whenever you like.

### Running the app during development

- Run `npm start`
- navigate your browser to `http://localhost:8000/app/index.html` to see the app running in your browser.