Commit Graph

201 Commits

Author SHA1 Message Date
Samer Albahra
57e726da3e Merge pull request #24 from Derpthemeus/darksky
Add support for the Dark Sky API
2019-05-13 15:38:29 -05:00
Matthew Oslan
21051166fa Merge https://github.com/OpenSprinkler/OpenSprinkler-Weather into darksky 2019-05-13 16:36:19 -04:00
Matthew Oslan
9eb322ec87 Fix merge conflict 2019-05-13 16:33:30 -04:00
Samer Albahra
e517f1f91f Merge branches 'master' and 'master' of github.com:OpenSprinkler/OpenSprinkler-Weather 2019-05-13 15:31:39 -05:00
Samer Albahra
9ce4b2c55a Update dotenv and geo-tz packages 2019-05-13 15:31:36 -05:00
Samer Albahra
8de96f1801 Merge pull request #23 from PeteBa/finish-up-pws-endpoint
Finish up pws endpoint
2019-05-13 15:30:54 -05:00
Samer Albahra
15d1fd4227 Add a line return to the readme 2019-05-13 15:18:08 -05:00
Samer Albahra
62a010fb7d Remove Grunt 2019-05-13 15:05:52 -05:00
Samer Albahra
e4604ee312 Add VS Code folder for tasks and editor preferences 2019-05-13 15:00:40 -05:00
Matthew Oslan
d4ac228efd Use more readable casting for port number 2019-05-13 15:51:31 -04:00
Matthew Oslan
0d77a86ea9 Update README 2019-05-13 15:44:45 -04:00
Samer Albahra
20022fc959 Update gitignore 2019-05-13 14:27:32 -05:00
Samer Albahra
f850f4d254 Create zip file of bundled application 2019-05-13 14:20:07 -05:00
Matthew Oslan
16e913caf3 Add support for DarkSky API 2019-05-13 15:14:06 -04:00
Samer Albahra
0788bd48ea Add nodemon dev dependency 2019-05-13 14:09:27 -05:00
Samer Albahra
c5fa9f1638 Fixed issues from npm audit 2019-05-13 14:05:12 -05:00
Samer Albahra
4bb74de38a Add dev task to watch and recompile on source changes 2019-05-13 14:04:35 -05:00
Samer Albahra
ca4ec4a168 Merge pull request #22 from Derpthemeus/ts-refactor
Refactor codebase to TypeScript
2019-05-13 13:49:07 -05:00
Pete ba
ac75f71ad8 Update instructions with use-cases 2019-05-12 22:25:56 +01:00
Matthew Oslan
ee31e736ba Allow dynamic selection of weather provider 2019-05-12 01:55:00 -04:00
Matthew Oslan
31af9d3320 Use ES6 modules 2019-05-12 01:38:27 -04:00
Matthew Oslan
f0c32a32ba Add HTTPS support to httpRequest 2019-05-12 00:21:19 -04:00
Matthew Oslan
31e7e5401a Rebase on master 2019-05-11 16:21:30 -04:00
Samer Albahra
92e92a9d34 Merge pull request #11 from PeteBa/feature_local_weather
Add endpoint for WU format weather station
2019-05-11 10:58:47 -05:00
Pete ba
7775b2e613 rmloeb feedback and review 2019-05-11 11:37:48 +01:00
Matthew Oslan
08211acbc8 Separate OWMWeatherData and OWMWateringData from TimeData 2019-05-10 19:30:40 -04:00
Matthew Oslan
d53307c602 Update remaining functions to modern TypeScript 2019-05-10 18:49:45 -04:00
Matthew Oslan
b11a125528 Update getWeatherData to modern TypeScript 2019-05-10 12:57:22 -04:00
Matthew Oslan
bef43c9453 Update getOWMWateringData to modern TypeScript 2019-05-09 16:40:50 -04:00
Matthew Oslan
4401781dfa Update getOWMWeatherData to modern TypeScript 2019-05-09 16:29:47 -04:00
Matthew Oslan
cc14e089e2 Update getTimezone and getTimeData to modern TypeScript 2019-05-09 16:19:07 -04:00
Matthew Oslan
bffede7734 Update resolveCoordinates to modern TypeScript 2019-05-09 15:28:18 -04:00
Matthew Oslan
f2f40d2253 Update getData and httpRequest to modern TypeScript 2019-05-09 13:20:49 -04:00
Matthew Oslan
6acb40eed1 Begin refactoring to TypeScript 2019-05-09 00:55:37 -04:00
Samer Albahra
39a58a9f91 Merge pull request #21 from PeteBa/add-wu-endpoint-instructions
Initial instructions for submitting PWS observations
2019-05-08 16:56:56 -05:00
Pete ba
b4b34f392e Bump version 2019-05-06 15:56:14 +01:00
Pete ba
612f911285 Refactor to dedupe and add version 2019-05-06 15:56:14 +01:00
Pete ba
ca21058977 Rebase on latest master
Revert refactor versioning

Tidy revert of versioning

Bump version
2019-05-06 15:46:41 +01:00
Pete ba
d1d302ec40 Initial instructions 2019-05-06 15:10:20 +01:00
Samer Albahra
e28c858eff Merge pull request #20 from Derpthemeus/master
Improve raw data returned by watering level calculation
2019-05-06 08:21:33 -05:00
Matthew Oslan
6e0a38ada3 Improve raw data returned by watering level calculation 2019-05-05 19:09:29 -04:00
Samer Albahra
c5b66d02a0 Merge pull request #18 from PeteBa/add-install-instructions
add-installation-instructions
2019-05-04 16:45:25 -05:00
Pete ba
2511bcf5dc Add OWM key to .env 2019-05-04 22:39:16 +01:00
Samer Albahra
1d70ed0da0 Merge pull request #19 from Derpthemeus/return-raw-data
Return raw data used to calculate watering level
2019-05-04 15:39:57 -05:00
Matthew Oslan
746d938e56 Return raw data used to calculate watering level 2019-05-04 16:11:12 -04:00
Pete ba
37b7b2e810 add-installation-instructions 2019-04-29 22:38:37 +01:00
Samer Albahra
128c430570 Merge pull request #15 from shampeon/master
Amount of rain to trigger California rain restrictions should be 0.1", not 0.01"
2019-04-28 17:58:01 -06:00
Samer Albahra
f8749c55ca Merge pull request #16 from PeteBa/fix_owm_logic
Separate OWM calls for App and OS (draft)
2019-04-28 17:57:28 -06:00
Samer Albahra
d6749482b0 Update packages 2019-04-28 11:19:59 -05:00
Pete ba
bafdecccca Seperate OWM calls for App and OS 2019-04-20 21:59:11 +01:00