Skip to content

vanderleisilva/shop-api-demo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 7 commits ahead of lukasniemeier-zalando:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Zalando Shop API Demo

This is a simple single page application that showcases basic capabilities of Zalando Shop API, such as fetching categories, using them to filter articles and finally getting detailed information about the article.

See it in action

Development

There are a couple of things that need to be installed first:

  • Node.js
  • gulp (sudo npm install -g gulp)

Now, enter the directory the repository was cloned to and type:

npm install
gulp

This will install all the necessary dependencies and spin up webpack development server with hot code pushes for React components and LESS styles for blazing fast development experience.

Demo Technology Stack

Sample Projects

  • Zalmemo: Created during Zalando Hack Week. A simple memory game built with Angular 2.

About

A small demo showcasing how to use Zalando's Shop API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.7%
  • CSS 10.8%
  • HTML 0.5%