https://github.com/kenken64/day07-routing
CSF Day07 Routing
https://github.com/kenken64/day07-routing
Last synced: about 1 month ago
JSON representation
CSF Day07 Routing
- Host: GitHub
- URL: https://github.com/kenken64/day07-routing
- Owner: kenken64
- Created: 2019-10-09T05:09:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:31:10.000Z (over 2 years ago)
- Last Synced: 2025-04-24T03:42:56.878Z (about 1 month ago)
- Language: TypeScript
- Size: 2.04 MB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Routing
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.3.## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Installing modules
Run `npm install` if you have just cloned from github.
## Marvel Developer Key
Replace the string `__YOUR_API_KEY__` with your Marvel Developer API key in `app.module.ts`.
You will also need to add your IP address into ['Your authorized referrers'](https://developer.marvel.com/account) in My Developer Account. Otherwise you will get a `401`. Seems like the Marvel API is meant to be called from the server.https://gateway.marvel.com:443/v1/public/characters?limit=20&offset=20&apikey=76ee705b0c648cd243529c1870cfbf79
curl --referer localhost http://gateway.marvel.com:80/v1/public/characters?apikey=f389fcb49ad574e10ca570867f4bfa43