Browse Source

Updated docs

master
Jeffery R 6 years ago
parent
commit
e7e609757a
1 changed files with 10 additions and 2 deletions
  1. +10
    -2
      README.md

+ 10
- 2
README.md View File

@ -1,7 +1,15 @@
#GoogleTrendsGame
# GoogleTrendsGame
Guess the trends beat your friends
## Server dependencies
````
npm init
npm install express
npm install socket.io
npm install mysql
npm install sanitizer
npm install google-trends-api
npm install google-trends-api
````

Loading…
Cancel
Save