Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicorobo/cs373-idb
A IMDB-esque catalog of Marvel information (created for CS373-Software Engineering).
https://github.com/nicorobo/cs373-idb
Last synced: 24 days ago
JSON representation
A IMDB-esque catalog of Marvel information (created for CS373-Software Engineering).
- Host: GitHub
- URL: https://github.com/nicorobo/cs373-idb
- Owner: nicorobo
- Created: 2016-03-21T19:00:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-29T12:32:40.000Z (over 8 years ago)
- Last Synced: 2023-10-15T10:12:31.416Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://sweague.me
- Size: 2.22 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cs373-idb
[![Build Status](https://travis-ci.org/nickroberts404/cs373-idb.svg?branch=master)](https://travis-ci.org/nickroberts404/cs373-idb)
A IMDB-esque catalog of Marvel information (created for CS373-Software Engineering).
## Pillars of Data### Characters
* thumbnail
* id (*sortable*)
* name (*sortable*)
* description
* number of comics (*sortable*)
* number of stories (*sortable*)
* number of series (*sortable*)
* list of comics### Comics
* thumbnail
* id (*sortable*)
* title (*sortable*)
* issue number (*sortable*)
* description
* page count (*sortable*)
* number of stories (*sortable*)
* list of characters
* list of creators### Creators
* thumbnail
* id (*sortable*)
* first name (*sortable*)
* last name (*sortable*)
* number of stories (*sortable*)
* number of stories (*sortable*)
* list of comics