Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
starter code
Browse files Browse the repository at this point in the history
  • Loading branch information
barnesjt committed Jan 9, 2020
1 parent 6239236 commit 9143510
Show file tree
Hide file tree
Showing 7 changed files with 253 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
Empty file added chatbot/chatbot.js
Empty file.
112 changes: 112 additions & 0 deletions chatbot/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions chatbot/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "chatbot",
"version": "1.0.0",
"description": "Nitro Chatbot",
"main": "chatbot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Team CS63",
"license": "MIT",
"devDependencies": {
"jasmine": "^3.5.0"
}
}
112 changes: 112 additions & 0 deletions relay/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions relay/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "relay",
"version": "1.0.0",
"description": "Nitro Chatbot",
"main": "relay.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Team CS63",
"license": "MIT",
"devDependencies": {
"jasmine": "^3.5.0"
}
}
Empty file added relay/relay.js
Empty file.

0 comments on commit 9143510

Please sign in to comment.