Personal intranet/start page where I can view the weather, links, fitbit data, and the news.
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.

6 lines
157 B

5 years ago
  1. ```bash
  2. npm install fs --save
  3. npm install unirest --save
  4. npm install express --save
  5. npm install passport --save
  6. npm install passport-fitbit-oauth2 --save
  7. ```