Skip to content

Instantly share code, notes, and snippets.

View rafanami's full-sized avatar

Rafael Nami rafanami

  • Forsyth-Barr
  • Wellington, NZ
  • 12:00 (UTC -12:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rafanami on github.
  • I am rafanami (https://keybase.io/rafanami) on keybase.
  • I have a public key ASD1ZMZNP62lJALpojMqDAqBLLQGQ1aO1sy1ngpOUZUMSQo

To claim this, I am signing this object:

@rafanami
rafanami / api.service.js
Created September 4, 2017 09:27
Cors-service-mixin
const ApiGateway = require("moleculer-web");
const CorsMixin = require('./cors.service');
module.exports = {
name: "api",
mixins: [CorsMixin,ApiGateway],
settings: {
port: process.env.PORT || 3000,
allowedOrigins: ['http://localhost:8080'],
@rafanami
rafanami / Digital Revolution Learning Path
Last active August 29, 2015 14:19
Digital Revolution Learning Path
# Learning Path Javascript
## - The Tooling
**Browser**
**Node.js**
**Isomorphic**
## Getting Started
1 - Install Node.js