not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
231 B

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. # GoogleTrendsGame
  2. Guess the trends beat your friends
  3. ## Server dependencies
  4. ````
  5. npm init
  6. npm install express
  7. npm install socket.io
  8. npm install mysql
  9. npm install sanitizer
  10. npm install google-trends-api
  11. npm install promise
  12. ````