Skip to content

enspandi/ember-zeit-reader

Repository files navigation

Zeit Online Reader

This project is a simple demo for using the ZEIT Online API with ember + ember-data

You will need an API key to make the API calls. Simply go to http://developer.zeit.de/quickstart/ and create a file called zeit-api.json in the app/config folder:

{
  "key": "<insert_api_key>"
}

Prerequisites

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

  • ember server
  • Go to http://localhost:4200/zeit-online

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published