Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bampakoa/angular-heroes
An Angular application that interacts with the Marvel Comics API
https://github.com/bampakoa/angular-heroes
angular angular-material
Last synced: 14 days ago
JSON representation
An Angular application that interacts with the Marvel Comics API
- Host: GitHub
- URL: https://github.com/bampakoa/angular-heroes
- Owner: bampakoa
- License: mit
- Created: 2017-01-26T20:58:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T09:53:25.000Z (about 2 months ago)
- Last Synced: 2024-10-03T12:19:38.624Z (about 1 month ago)
- Topics: angular, angular-material
- Language: TypeScript
- Homepage: https://angular-superheroes.web.app
- Size: 26.1 MB
- Stars: 50
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Angular Heroes
An Angular application that uses Angular Material and interacts with the [Marvel Comics API](https://developer.marvel.com/documentation/getting_started). The purpose of the application is to demonstrate how to apply common Angular techniques and use some of the Angular Material components.
It provides a basic search engine over the characters and comics Marvel database. It allows to find a hero character and view information such as basic details and comics.
## Setup
Clone this repo to your desktop and run `npm install` to install all the dependencies.
## Usage
Before you start, you must acquire a developer key from [Marvel Developer Portal](https://developer.marvel.com/). After you get one,
replace the `apiKey` property of `AppConfig` in `src\app\app.config.ts` file with the newly acquired **public** key.Run `ng serve` to start the application. You will then be able to access it at http://localhost:4200