rv-ember-server-proxy

1.1.2 • Public • Published

Node Ember Server

This is a simple HapiJS server that we use running infront of a single page Ember app. Its purpose is to setup the Api Token and Secret Key needed to communicate with the Recruiting Ventures API. The only route is to index.html and the route returns the authToken and apiKey in cookie form.

Local Config

An example local config is included. Just remove the .example. This file is meant to contain the secret you'll use to hash the apiToken, but it includes various other variables that coule change should you see fit.

Install

Globally

npm install -g rv-ember-server-proxy

Project

npm install rv-ember-server-proxy --save

Run

Globally

rv-serve

Project

./node_modules/rv-ember-server-proxy/bin/server

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i rv-ember-server-proxy

    Weekly Downloads

    4

    Version

    1.1.2

    License

    MIT

    Last publish

    Collaborators

    • davidstevens37
    • rtorr