/acid-forecast

Primary LanguageJavaScript

acid-forecast

###Brief

Displays the weather conditions of Lima, Santiago, Wellington, Bangkok and New York, backgrounds are calculated using HSLA and adjust automatically based on the time of day. Data gets pulled from forecast.io using my publicly available key, I trust all of you.

###Installation

npm install

###How to run

To run in Dev Mode

npm run dev And visit http://localhost:3000 in your preferred browser (IE10+ tho!).

To run in Production mode

npm start And it should bind to your $PORT environment variable or to port 3000 if it's not set.