Skip to content

Commit a128a72

Browse files
authored
Create README.md
1 parent 6454c4b commit a128a72

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# alexaTimeTracker
2+
Making time tracker as Alexa skill with node, GraphQl and MongoDB.
3+
4+
Client folder contains the CLI for testing the backend for alexa skill.
5+
If cloned, can be used by running node CLI.js help to see available commands.
6+
It sends requests to http://54.237.77.73/graphql, which can also be used directly.
7+
8+
Server folder contains the node-mongoDB backend for the alexa skill. timeTracker has the implementations
9+
of the alexa commands, server.js has graphQl logic, and mongoUtils has functions needed to talk to mongodb.
10+
11+
alexa_lambda.js is the lambda function that is the endpoint for the alexa skill.

0 commit comments

Comments
 (0)