nlvo / web-app-from-scratch-1920

Marvel based web app with the latest comic release, series and/or events.
1 stars 0 forks source link

Web app Marvel Characters

screely-1581666599995 live demo link

Description

The concept of this application is a Marvel based application where you can get an overview with the latest comic release, series and/or events.

Installation

# Clone or download the repository
$ git clone https://nlvo.github.io/web-app-from-scratch-1920/

# Install dependencies
npm install

# Bundler
npm run build

# Open index.html in your browser

API

The Marvel Comics API’s base endpoint is http(s)://gateway.marvel.com/.

To use the Marvel API you'll need a few things:

Parameters

Results structure

{
  "code": 200,
  "status": "Ok",
  "etag": "f0fbae65eb2f8f28bdeea0a29be8749a4e67acb3",
  "data": {
    "offset": 0,
    "limit": 20,
    "total": 30920,
    "count": 20,
    "results": [{array of objects}}]
  }
}

More about the api results in the Marvel API documentation.

Rate Limit

3000 calls per day

For more information you can refer to the Marvel API documentation.

Aplication

Actor Diagram

Actor Diagram

Interaction Diagram

Interaction Diagram

ToDo

Things/features I would like to create can be found in my projects with the label feature

License

Copyright © 2020, Lien Vo . Released under the MIT license. Data provided by Marvel. © 2020 Marvel.