/gocards

pure javascript slider with loading json

Primary LanguageCSS

Dummy Card API

Simple server exposing dummy data for display on cards.

Usage

Simply run

yarn
yarn start

and access http://127.0.0.1:3000/cards to get an array of data.

If you want to retrieve just a subset, specify the lower and upper limit as query parameters, for example:

http://127.0.0.1:3000/cards?_start=8&_end=12