Skip to content

Instantly share code, notes, and snippets.

View supachris28's full-sized avatar

Chris Key supachris28

View GitHub Profile
"dependencies": {
...
"source-map-support": "0.5.12",
...
}
const slsw = require('serverless-webpack');
const path = require('path');
const nodeExternals = require('webpack-node-externals');
module.exports = {
entry: slsw.lib.entries, // important
target: 'node',
mode: 'production',
devtool: 'source-map', // important
externals: [nodeExternals()],
@supachris28
supachris28 / readme.md
Last active March 1, 2018 14:34 — forked from ukmadlz/readme.md
NodeJS Dev Questions: SWAPI

Using the swapi.co API answer these questions

API: https://swapi.co/api/

Docs: https://swapi.co/documentation

Questions:

  • What is the difference in age between the youngest and oldest characters in Star Wars?
  • What’s the most common Species in the Star Wars universe, listing the names of the characters that belong to the species?
  • Implement a basic Character search?

Keybase proof

I hereby claim:

  • I am supachris28 on github.
  • I am chriskey (https://keybase.io/chriskey) on keybase.
  • I have a public key whose fingerprint is 99D3 0A50 4659 5D64 C6BA 65E1 FCF7 F35F ED33 0ABB

To claim this, I am signing this object: