Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Deploying weather 10kb

Sarah Kraßnigg edited this page Oct 4, 2017 · 5 revisions

Weather-10kb is a node application, so as long as node is installed on the server, it can run.

This documentation really sucks, but here is a brief overview of the commands to get set-up:

  1. clone the repo
  2. sudo apt-get install forever
  3. cd into the repo and sudo npm install
  4. Run the application! DARK_SKY_API_KEY=xxxx GOOGLE_API_KEY=xxxx forever start index.js
Clone this wiki locally