Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasfogliarini/marvel_heroes_ng1
Explore the Marvel Heroes stories
https://github.com/lucasfogliarini/marvel_heroes_ng1
angular1 gulp heroku node-static nodejs
Last synced: 23 days ago
JSON representation
Explore the Marvel Heroes stories
- Host: GitHub
- URL: https://github.com/lucasfogliarini/marvel_heroes_ng1
- Owner: lucasfogliarini
- Created: 2018-03-13T20:43:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T20:46:06.000Z (almost 7 years ago)
- Last Synced: 2024-11-10T18:51:21.070Z (3 months ago)
- Topics: angular1, gulp, heroku, node-static, nodejs
- Language: JavaScript
- Homepage: https://marvel-heroes-stories.herokuapp.com/#!/characters
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Running
```
cd marvel_heroes
npm install
npm start
```
Open http://localhost:8000 and have fun!### Challenge
Your task is to generate an HTML page that lists the characters from a
Marvel-story.Using the Marvel API [http://developer.marvel.com/docs], pick a random story
featuring your favorite character (perhaps The Hulk?). Generate an HTML page
with the following characteristics:* The story's description
* A list of names and pictures of the characters that features in the story
* The Marvel attribution textWe are not too fuzzy about the layout or design of the generated HTML
page, but the HTML itself should be well-formatted.Your solution should highlight your front-end abilities.