1.1.2 • Published 8 years ago

rv-ember-server-proxy v1.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

9 years ago

0.1.0

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.9

9 years ago