This package has been deprecated

Author message:

WARNING: This project has been renamed to test-app-angular2. Install using apppulse-test-app-angular2 instead.

test-app-angular2

1.1.5 • Public • Published

test-app-angular2

install

$ npm install
$ npm postinstall

start

$ npm start

different port

$ export PORT=<port>
$ npm start

test

$ npm run test

Client-Server API

/rest/images

{
    "data":[
        {
            "src": "...",
            "title": "...",
            "desc": "..."
        },
        ...
    ]
}

/rest/data/#id

{
    "data": {
        "text": "...",
        "author": "...", 
        "color": "..."
        }
}

Readme

Keywords

none

Package Sidebar

Install

npm i test-app-angular2

Weekly Downloads

5

Version

1.1.5

License

MIT

Last publish

Collaborators

  • ronapelbaum