Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 544 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 544 Bytes

marvel-angular-app

A small web-app using Angular and Marvel API.

Libraries required

To run this app properly, you need to install nodeJS and bower.

Installation

Change the value of MarvelApiKey with your own public key in js/app.js Then run

npm install
bower install
node server.js

Ideas to develop

  • Search on entire DB
  • Better errors handling
  • Add series, stories, events, characters pages

In your browser, head to localhost:3000 to see the app running

Enjoy and feel free to let me know for any questions.