Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jshcrowthe/httpinterceptor-demo
Playing with $http interceptors!
https://github.com/jshcrowthe/httpinterceptor-demo
Last synced: about 1 month ago
JSON representation
Playing with $http interceptors!
- Host: GitHub
- URL: https://github.com/jshcrowthe/httpinterceptor-demo
- Owner: jshcrowthe
- Created: 2015-05-19T03:17:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T16:39:44.000Z (almost 7 years ago)
- Last Synced: 2024-11-01T09:16:23.958Z (3 months ago)
- Language: JavaScript
- Size: 85 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTTPInterceptor-Demo
This is just a quick app to demo the use of Angular's $http interceptors.## Installation
This is an express app so if you don't already have `Node.js` you'll need it. You can get it at https://nodejs.org/. (However that said I would recommend using [Node Version Manager](https://github.com/creationix/nvm))After installing clone/download this repo and open a terminal to run the following:
```bash
npm install
```You can then get started by doing:
```bash
npm start
```It will be available at [http://localhost:3000](http://localhost:3000)