Commit Graph

13 Commits

Author SHA1 Message Date
eb7a4ff4e1 After renaming file needed to rename in script also 2017-07-30 14:05:59 +02:00
a9cbc124e4 Created a script for animating loading when fetching location and weather information. 2017-07-30 13:54:26 +02:00
dce89dd8a6 Now we can succefully find location based on IP, translate that to a geoLocation with google GeoCode api and use the location names with yr to get a textual weather forcast. Then we output the temperature and emojified forcast text. 2017-07-30 10:36:34 +02:00
870f00d65f Now term_weather uses emojiParser to translate the output of yr to emoji icons 2017-07-29 18:38:47 +02:00
ae8089eb90 Manually added the list of weather conditions that can be returned from yr weather forcast. 2017-07-29 12:30:14 +02:00
3ea97ff896 Now checks the text outputs of yr API and matches them with emoji symbols of the corresponding semantic value. 2017-07-28 20:12:52 +02:00
afef70a7b1 Get the area names from long and lat coordinates from google geocode API. Then it is compiled in string for YR and a GET request for the weather API is called with the location names. 2017-07-28 17:33:52 +02:00
7916b0c6bc Added TODO 2017-07-28 13:58:54 +02:00
125ef97f4c Now fetches the temp for current location based on ip address. Need to make own lib for yr because we need some of the return data from yr that is stripped from this lib. 2017-07-27 23:40:54 +02:00
c3010de6ae Now fetches the yr data for the current ip address. Not getting the symbol, so going to work on manual location input 2017-07-27 23:05:09 +02:00
478d9d6070 Now gets long and lat coordinatse for the current external ip 2017-07-27 22:19:25 +02:00
56ddadae16 Now fetches current external ip and uses geoip2 to get the information for current ip 2017-07-27 22:15:23 +02:00
a0b357542e Starting class with todo list for first development 2017-07-27 21:39:15 +02:00