An open API service indexing awesome lists of open source software.

https://github.com/dbtek/comics

Comics app based on Marvel's API
https://github.com/dbtek/comics

Last synced: about 2 months ago
JSON representation

Comics app based on Marvel's API

Awesome Lists containing this project

README

          

comics [![Build Status](https://travis-ci.org/dbtek/comics.svg?branch=master)](https://travis-ci.org/dbtek/comics)
======

Comics app based on [Marvel's API](https://developer.marvel.com).

##Install
```bash
$ npm install -g grunt-cli bower karma-jasmine
$ npm install
$ bower install
```

##Test & Run
```bash
$ grunt test
$ grunt serve
```