aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBraxton Hall2022-10-25 06:42:59 +0000
committerGitHub2022-10-25 06:42:59 +0000
commitaf72c05a0618aba8f419878beec0cbb26f0e4120 (patch)
treedf6a7033d083d540b521499c1badbc781889e8e6
parentb55d59b1feba35d34813766b6a07ae788f150f91 (diff)
parent4dd0baf52bacfbf539d0277a528dd4213aede60b (diff)
Merge pull request #36 from LucasZamprogno/main
Node things
-rw-r--r--entries/lucaszamprogno/fib.js1
-rw-r--r--entries/lucaszamprogno/package.json14
-rw-r--r--people.json11
3 files changed, 26 insertions, 0 deletions
diff --git a/entries/lucaszamprogno/fib.js b/entries/lucaszamprogno/fib.js
new file mode 100644
index 0000000..bd5da6b
--- /dev/null
+++ b/entries/lucaszamprogno/fib.js
@@ -0,0 +1 @@
+console.log(require('fibonacci-series')(process.argv[2])) \ No newline at end of file
diff --git a/entries/lucaszamprogno/package.json b/entries/lucaszamprogno/package.json
new file mode 100644
index 0000000..c5b9529
--- /dev/null
+++ b/entries/lucaszamprogno/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "fib",
+ "version": "1.0.0",
+ "description": "",
+ "main": "fib.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "dependencies": {
+ "fibonacci-series": "1.0.1"
+ },
+ "author": "Lucas Zamprogno",
+ "license": "ISC"
+}
diff --git a/people.json b/people.json
index d0e4039..e8089f6 100644
--- a/people.json
+++ b/people.json
@@ -122,6 +122,17 @@
]
},
{
+ "github": "LucasZamprogno",
+ "name": "Lucas Zamprogno",
+ "title": "MSc, UBC",
+ "entries": [
+ {
+ "name": "node",
+ "link": "./entries/lucaszamprogno/fib.js"
+ }
+ ]
+ },
+ {
"github": "margoseltzer",
"name": "Margo Seltzer",
"title": "Professor of Computer Science, UBC",