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
- Host: GitHub
- URL: https://github.com/dbtek/comics
- Owner: dbtek
- License: mit
- Created: 2014-05-13T22:24:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-25T18:01:25.000Z (about 12 years ago)
- Last Synced: 2025-01-19T09:07:22.836Z (over 1 year ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
comics [](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
```