/flickr-map-ember

A project made on EmberJS to place last Flickr pictures uploaded on a Google Map

Primary LanguageCSS

Flickr-map-ember

This is a small project to show how to code a web app in EmberJS.
It uses Flickr API, Google Maps API and Firebase.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone git@github.com:Iamlowlo/flickr-map-ember.git this repository
  • cd flickr-map-ember
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Building

Tweak build options on config/environment

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links